Package | Description |
---|---|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Constructor and Description |
---|
SubtitleClickEvent(BaseNativeEvent nativeEvent,
Subtitle item)
Creates the event with subtitle related to the click
|
SubtitleEnterEvent(BaseNativeEvent nativeEvent,
Subtitle item)
Creates the event with subtitle related to the enter
|
SubtitleLeaveEvent(BaseNativeEvent nativeEvent,
Subtitle item)
Creates the event with subtitle related to the leave
|
Modifier and Type | Method and Description |
---|---|
Subtitle |
Options.getSubtitle()
Returns the title element.
|