Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
Modifier and Type | Method and Description |
---|---|
EventPoint |
Helpers.getRelativePosition(IsChart chart,
AbstractEvent event)
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ModifierKey.arePressed(AbstractEvent event,
ModifierKey... keys)
Returns
true if all modifier keys are pressed when the event was emitted. |
boolean |
ModifierKey.isPressed(AbstractEvent event)
Returns
true if the modifier key is pressed when the event was emitted. |
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 |
AxisEnterEvent
Event which is fired when the user is entering on the axis of the chart.
|
class |
AxisHoverEvent
Event which is fired when the user is hovering on the axis of the chart.
|
class |
AxisLeaveEvent
Event which is fired when the user is leaving from 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 |
DatasetRangeCleanSelectionEvent
Event which is fired when the user cleans an area on the chart, by
DatasetsItemsSelector.ID plugin. |
class |
DatasetRangeSelectionEvent
Event which is fired when the user selects an area on the chart, by
DatasetsItemsSelector.ID plugin. |
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 |
SubtitleClickEvent
Event which is fired when the user clicks on the subtitle of the chart.
|
class |
SubtitleEnterEvent
Event which is fired when the user enters on the subtitle of the chart.
|
class |
SubtitleLeaveEvent
Event which is fired when the user leaves on the subtitle of the chart.
|
class |
TitleClickEvent
Event which is fired when the user clicks on the title of the chart.
|
class |
TitleEnterEvent
Event which is fired when the user enters on the title of the chart.
|
class |
TitleLeaveEvent
Event which is fired when the user leaves on the title of the chart.
|