Package | Description |
---|---|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
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 |
---|---|
GaugeDataset |
GaugeChartWidget.newDataset(boolean hidden) |
GaugeDataset |
GaugeChartWidget.newDataset(double max)
Returns a dataset with a maximum value.
|
Modifier and Type | Method and Description |
---|---|
GaugeDataset |
GaugeChart.newDataset(boolean hidden) |
GaugeDataset |
GaugeChart.newDataset(double max) |