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