Package | Description |
---|---|
org.pepstock.charba.client | |
org.pepstock.charba.client.data |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChart<O extends BaseOptions,D extends Dataset>
Base class of all charts.
It contains Chart.js initialization. |
interface |
IsChart<O extends BaseOptions,D extends Dataset>
Interface which defines a chart.
|
Modifier and Type | Class and Description |
---|---|
class |
BarDataset
The bar chart allows a number of properties to be specified for each dataset.
|
class |
BubbleDataset
The chart allows a number of properties to be specified for each dataset.
|
class |
DoughnutDataset
The doughnut chart allows a number of properties to be specified for each dataset.
|
class |
GaugeDataset
The Gauge chart allows a number of properties to be specified for each dataset.
|
class |
LineDataset
The line chart allows a number of properties to be specified for each dataset.
|
class |
MeterDataset
The Meter chart allows a number of properties to be specified for each dataset.
|
class |
PieDataset
The pie chart allows a number of properties to be specified for each dataset.
|
class |
PolarAreaDataset
The polar area chart allows a number of properties to be specified for each dataset.
|
class |
PolarDataset
The polar chart allows a number of properties to be specified for each dataset.
|
class |
RadarDataset
The radar chart allows a number of properties to be specified for each dataset.
|
class |
ScatterDataset
The scatter chart allows a number of properties to be specified for each dataset.
|
class |
StackedAreaDataset
The stacked area chart allows a number of properties to be specified for each dataset.
|
class |
StackedBarDataset
The stacked bar area chart allows a number of properties to be specified for each dataset.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Dataset> |
Data.getDatasets()
Returns the list of datasets
|
Modifier and Type | Method and Description |
---|---|
void |
Data.setDatasets(Dataset... datasets)
Sets a set of datasets for chart
|