| amAxisLabels | R Documentation |
Create a list of settings for the labels of an axis.
amAxisLabels( color = NULL, fontSize = 18, fontWeight = "normal", fontFamily = NULL, rotation = 0, formatter = NULL ) amAxisLabelsCircular( color = NULL, fontSize = 14, fontWeight = "normal", fontFamily = NULL, radius = NULL, relativeRotation = NULL )
color |
color of the labels |
fontSize |
size of the labels |
fontWeight |
font weight of the labels, it can be |
fontFamily |
font family of the labels |
rotation |
rotation angle |
formatter |
this option defines the format of the axis labels;
this should be a
number formatting string
for a numeric axis, and a list created with
|
radius |
radius in percentage |
relativeRotation |
relative rotation angle |
A list of settings for the labels of an axis.
A color can be given by the name of a R color, the name of a CSS
color, e.g. "silver" 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.