February 2019
Beginner to intermediate
284 pages
6h 20m
English
Ticks in radial axes are concentric circles (which can be rendered as circles or multi-sided regular polygons, with vertices at each angle line). Tick labels are placed on the circles with a backdrop behind them.
Ticks are configured in the scale.ticks object with the following properties:
|
Property |
Value |
Description |
|
display |
true (default) or false |
Shows or hides tick labels. |
|
fontSize |
Number |
The font size in pixels. |
|
fontColor, fontFamily, fontStyle |
String |
CSS font attributes. |
|
reverse |
true or false (default) |
Reverses the order of tick labels. |
|
callback |
Function; default: d=>d |
The function receives the value of the tick. It can be used to hide ticks or change the values displayed. ... |
Read now
Unlock full access