| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PieDataset |
PieChart.newDataset() |
| Modifier and Type | Class and Description |
|---|---|
class |
DoughnutDataset
The doughnut chart allows a number of properties to be specified for each dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GaugeDataset
The Gauge 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.
|