| Package | Description |
|---|---|
| org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options 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 |
|---|---|
LegendCallback |
ConfigurationOptions.getLegendCallback()
Returns the legend callback instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationOptions.setLegendCallback(LegendCallback legendCallback)
Sets the legend callback instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeterOptions.setLegendCallback(LegendCallback legendCallback)
Throws an exception because not available.
|