Class | Description |
---|---|
BarDataset |
The bar chart allows a number of properties to be specified for each dataset.
|
BubbleDataset |
The chart allows a number of properties to be specified for each dataset.
|
Data |
CHART.JS entity object to configure the data options of a chart.
It contains labels and datasets. |
DataPoint |
Used for sparse datasets, such as those in scatter charts.
|
Dataset |
The chart allows a number of properties to be specified for each dataset.
|
DoughnutDataset |
The doughnut chart allows a number of properties to be specified for each dataset.
|
GaugeDataset |
The Gauge chart allows a number of properties to be specified for each dataset.
|
Labels |
Contains the labels of the chart.
Is able to manage also multi-line labels. |
LineDataset |
The line chart allows a number of properties to be specified for each dataset.
|
MeterDataset |
The Meter chart allows a number of properties to be specified for each dataset.
|
PieDataset |
The pie chart allows a number of properties to be specified for each dataset.
|
PolarAreaDataset |
The polar area chart allows a number of properties to be specified for each dataset.
|
PolarDataset |
The polar chart allows a number of properties to be specified for each dataset.
|
RadarDataset |
The radar chart allows a number of properties to be specified for each dataset.
|
ScatterDataset |
The scatter chart allows a number of properties to be specified for each dataset.
|
StackedAreaDataset |
The stacked area chart allows a number of properties to be specified for each dataset.
|
StackedBarDataset |
The stacked bar area chart allows a number of properties to be specified for each dataset.
|
Enum | Description |
---|---|
Labels.Type |
Types of different elements of internal array.
String is single line label, array is multi-line label. |