Package | Description |
---|---|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimationCompleteEvent
Event which is fired when the animation of the chart is completed.
|
class |
AnimationProgressEvent
Event which is fired when the animation of the chart is progressing.
|
class |
AxisClickEvent
Event which is fired when the user clicks on the axis of the chart.
|
class |
ChartClickEvent
Event which is fired when the user clicks on the chart.
|
class |
ChartHoverEvent
Event which is fired when the user hovers on the chart.
|
class |
ChartResizeEvent
Event which is fired when the chart has been resized.
|
class |
DatasetSelectionEvent
Event which is fired when the user clicks on the chart and selects a dataset.
This event doesn't suppress the click event on the chart. |
class |
LegendClickEvent
Event which is fired when the user clicks on the legend of the chart.
|
class |
LegendHoverEvent
Event which is fired when the user hovers on the legend of the chart.
|
class |
LegendLeaveEvent
Event which is fired when the user leaves on the legend of the chart.
|
class |
TitleClickEvent
Event which is fired when the user clicks on the title of the chart.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetRangeSelectionEvent
Event which is fired when the user selects an area on the chart, by
DatasetsItemsSelector.ID plugin. |