| 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.events |
Contains all events to interact with chart instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.onRemove(RemoveHandlerEvent event) |
void |
ConfigurationOptions.onRemove(RemoveHandlerEvent event) |
void |
Legend.onRemove(RemoveHandlerEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveHandlerEventHandler.onRemove(RemoveHandlerEvent event)
Invoked when a chart event handler is removed.
|