Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
Modifier and Type | Method and Description |
---|---|
EventPoint |
Helpers.getRelativePosition(ChartEventContext eventContext)
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
|
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.
|
EventPoint |
Helpers.getRelativePosition(IsChart chart,
BaseNativeEvent event)
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
|