Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
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.
|
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.
|
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.
|
HasDataPoints
Interface to define if a dataset can contains data points.
|
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.
|
Class and Description |
---|
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.
|
PieDataset
The pie chart allows a number of properties to be specified for each dataset.
|