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.onAdd(AddHandlerEvent event) |
void |
ConfigurationOptions.onAdd(AddHandlerEvent event) |
void |
Legend.onAdd(AddHandlerEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AddHandlerEventHandler.onAdd(AddHandlerEvent event)
Invoked when a new event handler is added.
|