Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
ConfigurationOptions.getEvents()
Returns the browser events that the chart should listen to for tooltips and hovering.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOptions.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(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 |
---|---|
List<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.
|