February 2019
Beginner to intermediate
284 pages
6h 20m
English
Category scales extend the axis.ticks configuration for Cartesian charts with three additional properties, listed in the following table:
|
Property |
Value |
Description |
|
labels |
String |
The tick labels array. This overrides any previous declarations of this array. |
|
min |
String |
A string in axis.ticks.labels that represents the lower limit for the categorical data. |
|
max |
String |
A string in axis.ticks.labels that represents the upper limit for the categorical data. |
The axis.ticks.min and axis.ticks.max properties depend on the order that the strings appear in the axis.ticks.labels array. If the order is reversed, the result could be an empty ...
Read now
Unlock full access