amColumn | R Documentation |
Create a list of settings for the columns of a bar chart.
amColumn( color = NULL, opacity = NULL, strokeColor = NULL, strokeWidth = 4, cornerRadius = 8 )
color |
color of the columns; this can be a color adapter |
opacity |
opacity of the columns, a number between 0 and 1 |
strokeColor |
color of the border of the columns; this can be a color adapter |
strokeWidth |
width of the border of the columns |
cornerRadius |
radius of the corners of the columns |
A list of settings for usage in amBarChart
or amHorizontalBarChart
A color can be given by the name of a R color, the name of a CSS
color, e.g. "transparent"
or "fuchsia"
, an HEX code like
"#ff009a"
, a RGB code like "rgb(255,100,39)"
, or a HSL code
like "hsl(360,11,255)"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.