Package | Description |
---|---|
org.pepstock.charba.client | |
org.pepstock.charba.client.data |
Class and 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. |
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.
|
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.
|
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.
|
Class and Description |
---|
BarDataset
The bar chart allows a number of properties to be specified for each dataset.
|
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. |
Labels.Type
Types of different elements of internal array.
String is single line label, array is multi-line label. |
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.
|