See: Description
| Interface | Description |
|---|---|
| HasDataPoints |
Interface to define if a dataset can contains data points.
|
| HasDataset |
Interface to get a dataset instance.
|
| HasTimeSeriesItems |
Interface to define if a dataset can contains time series items.
|
| Class | Description |
|---|---|
| BarBorderWidth |
Defines the border width for BAR dataset (left, top, right, bottom).
|
| BarDataset |
The bar chart allows a number of properties to be specified for each dataset.
|
| BorderAligner |
Utility to manage the border alignment on chart datasets.
|
| 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.
|
| DatasetCanvasObjectFactory |
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. |
| DoughnutDataset |
The doughnut chart allows a number of properties to be specified for each dataset.
|
| HovingDataset |
The chart allows a number of properties to be specified for each dataset.
|
| HovingFlexDataset |
This dataset is managing some common properties related to background and border colors where every property can be set as a
single value or an array.
|
| 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.
|
| LiningDataset |
The chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset. This class collects a set of common field for Line and Radar charts. |
| Orderer |
Utility to manage the order option on chart datasets.
|
| 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.
|
| TimeSeriesBarDataset |
The time series bar chart allows a number of properties to be specified for each dataset.
|
| TimeSeriesItem |
Default implementation for time series item interface in order to manage time series item (time and value).
|
| TimeSeriesLineDataset |
The time series line chart allows a number of properties to be specified for each dataset.
|
| Enum | Description |
|---|---|
| Dataset.Property |
Name of properties of native object.
|