Class | Description |
---|---|
Axis |
Axes are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart. It contains a number of config callbacks that can be used to change parameters in the scale at different points in the update process. |
BarCategoryAxis |
This a cartesian axis for BAR chart.
|
BaseTick |
Base object to map an axis tick.
It is also common to want to change the tick marks to include information about the data type. To do this, you need to add a callback in the axis configuration. |
CartesianCategoryAxis |
This object is used to map defined axis as category.
|
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. |
CartesianLinearAxis |
This object is used to map defined axis as linear.
|
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. |
CartesianLogarithmicAxis |
This object is used to map defined axis as logarithmic.
|
CartesianLogarithmicTick |
The logarithmic scale is use to chart numerical data.
|
CartesianScaleLabel |
When creating a chart, you want to tell the viewer what data they are viewing.
|
CartesianTimeAxis |
This object is used to map defined axis as time.
|
CartesianTimeTick |
The time scale is use to chart time data.
It can be placed on either the x or y axis. |
DisplayFormats |
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
|
GridLines |
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
|
Padding |
It is applied to all sides of the chart (left, top, right, bottom).
|
RadialAngleLines |
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true. |
RadialAxis |
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges. The linear scale is use to chart numerical data. As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis. |
RadialLinearTick |
This object is used to map defined radial axis as linear.
|
RadialPointLabels |
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true. |
StackedScales |
Specific scales for stacked charts.
|
Time |
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
|