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 |
---|---|
MeterDataset |
MeterChartWidget.newDataset(boolean hidden) |
MeterDataset |
MeterChartWidget.newDataset(double max)
Returns a dataset with a maximum value.
|
Modifier and Type | Class and Description |
---|---|
class |
GaugeDataset
The Gauge chart allows a number of properties to be specified for each dataset.
|
Modifier and Type | Method and Description |
---|---|
MeterDataset |
MeterChart.newDataset(boolean hidden) |
MeterDataset |
MeterChart.newDataset(double max) |