See: Description
Interface | Description |
---|---|
HasDataPoints |
Interface to define if a dataset can contains data points.
|
HasDataset |
Interface to get a dataset instance.
|
HasPointFillStrokeStyles |
This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLY LiningDataset has implemented this interface |
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.
|
BarStacker |
Utility to manage the stack option on bar/horizontal chart datasets.
|
BorderAligner |
Utility to manage the border alignment on chart datasets.
|
BubbleDataset |
The chart allows a number of properties to be specified for each dataset.
|
Clip |
Defines how to clip relative to chartArea.
Positive value allows overflow, negative value clips that many pixels inside chartArea. If sets false , that means that CHART.JS will use chart area dimension.With false value, the properties will be:
Left is 0
Top is 0
Right is area right
Bottom is area bottom
|
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.
|
FloatingData |
Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars). First and second numbers will correspond the start and the end points of a bar respectively. |
FloatingDatatFactory |
Factory to create a floating data from a native array, used for array container lists.
The array must contain and only 2 values. |
HorizontalBarDataset |
The horizontal bar 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.
|
StackedHorizontalBarDataset |
The stacked horizontal 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.
|
TimeSeriesHorizontalBarDataset |
The time series horizontal 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 common properties of native object related to a dataset.
|