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.
|
org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
void |
Defaults.invokeLegendOnClick(LegendClickEvent event)
Invokes the
onClick legend function provided out of the box by CHART.JS. |
Modifier and Type | Method and Description |
---|---|
void |
LegendClickEventHandler.onClick(LegendClickEvent event)
Invoked when the user clicks on the chart legend.
|
Modifier and Type | Method and Description |
---|---|
void |
AtLeastOneDatasetHandler.onClick(LegendClickEvent event) |