Class | Description |
---|---|
AngleLines |
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. |
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).
|
PointLabels |
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. |
Scale |
Axes are an integral part of a chart.
|
ScaleLabel |
When creating a chart, you want to tell the viewer what data they are viewing.
|
Scales |
The configuration element which contains all axes definitions.
It maps the CHART.JS object of default, chart.defaults.[chart_type].scales . |
Scales.InternalJavaScriptObject |
Is a generic java script object which enables the protected methods.
|
Ticks |
All configuration for ticks of a chart.
|