| 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 |
|---|---|
Legend |
ConfigurationOptions.getLegend()
Returns the legend element.
|
| Constructor and Description |
|---|
Legend(Legend wrappedLegend)
Creates a legend object wrapping an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
Legend |
MeterOptions.getLegend()
Returns a legend wrapper where is not possible to display it.
|