Labels
The configuration of the scale labels.
background?
string
The background of the labels. Accepts valid CSS color strings, including hex and rgb.
border?
The border of the labels.
color?
string
The color of the labels. Accepts valid CSS color strings, including hex and rgb.
font?
string
The font of the labels.
format?
string
The format that is used to display the labels.
Uses the IntlService format
method.
margin?
number | Margin
The margin of the labels.
padding?
number | Padding
The padding of the labels.
visible?
boolean
The visibility of the labels.
Methods
content
The function which returns the label content.
The available fields in the function argument are:
value
—The value of the label.
Parameters
e
any
The parameters for the content callback.
Returns
string
- Returns the label string that will be displayed.