See: Description
| Interface | Description |
|---|---|
| HasDataPoints |
Interface to define if a dataset can contains data points.
|
| 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.
|
| CanvasObjectFactory |
Utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a GWT canvas gradient or pattern must be created. |
| 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.
|
| 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.
|
| 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.
|
| 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.
|