| 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.invokeChartOnHover(ChartHoverEvent event)
Invokes the
onHover chart function provided out of the box by CHART.JS. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartHoverEventHandler.onHover(ChartHoverEvent event)
Invoked when the user hovers on the chart.
|