Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelItem.setListenersHandler(AbstractEventHandler handler)
Adds a event handler instance as listener for all events.
|
AbstractBuilder<T> |
AbstractBuilder.setListenersHandler(AbstractEventHandler handler)
Adds a event handler instance as listener for all events.
|
Modifier and Type | Class and Description |
---|---|
class |
DataLabelsPointerHandler
DataLabelsPlugin event callback to change the cursor type when the labels are clickable.
|
class |
DataLabelsSelectionHandler
DataLabelsPlugin event callbacks to invoke data set selection handlers if there were defined.
This can substitute the event handling at chart level. |