| Package | Description |
|---|---|
| org.pepstock.charba.client.defaults.global | |
| org.pepstock.charba.client.enums | |
| org.pepstock.charba.client.options |
| Modifier and Type | Method and Description |
|---|---|
JsEnumValueArrayList<Event> |
Options.getEvents()
Returns the browser events that the chart should listen to for tooltips and hovering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Options.setEvents(Event... events)
Sets the browser events that the chart should listen to for tooltips and hovering.
|
| Modifier and Type | Method and Description |
|---|---|
static Event |
Event.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsEnumValueArrayList<Event> |
BaseOptions.getEvents()
Returns the browser events that the chart should listen to for tooltips and hovering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseOptions.setEvents(Event... events)
Sets the browser events that the chart should listen to for tooltips and hovering.
|