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).
|
Modifier and Type | Method and Description |
---|---|
Title |
TitleClickEvent.getItem()
Returns the title related to the click
|
Constructor and Description |
---|
TitleClickEvent(NativeEvent nativeEvent,
Title item)
Creates the event with title related to the click
|
Modifier and Type | Method and Description |
---|---|
Title |
Options.getTitle()
Returns the title element.
|