Package | Description |
---|---|
org.pepstock.charba.client.options.scales |
Modifier and Type | Class and Description |
---|---|
class |
CartesianCategoryTick
The category scale provides the following options for configuring tick marks.
The labels are drawn from one of the label arrays included in the chart data. |
class |
CartesianLinearTick
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis. As the name suggests, linear interpolation is used to determine where a value lies on the axis. |
class |
CartesianLogarithmicTick
The logarithmic scale is use to chart numerical data.
|
class |
CartesianTimeTick
The time scale is use to chart time data.
It can be placed on either the x or y axis. |
class |
RadialLinearTick
This object is used to map defined radial axis as linear.
|