| Package | Description |
|---|---|
| org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
| org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Defaults.invokeLegendOnLeave(LegendLeaveEvent event)
Invokes the
onLeave legend function provided out of the box by CHART.JS. |
| Modifier and Type | Method and Description |
|---|---|
void |
LegendLeaveEventHandler.onLeave(LegendLeaveEvent event)
Invoked when the user leaves on the chart legend.
|