Package | Description |
---|---|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
|
Modifier and Type | Method and Description |
---|---|
SizeItem |
ChartResizeEvent.getSize()
Returns item with the new size of the chart
|
Constructor and Description |
---|
ChartResizeEvent(ChartEventContext eventContext,
SizeItem size)
Creates the event with a item with new size of the chart
|
Modifier and Type | Class and Description |
---|---|
class |
LegendHitBoxItem
This is a wrapper of the CHART.JS item which contains the legends hit box.
|
Modifier and Type | Method and Description |
---|---|
SizeItem |
PluginResizeArgument.getSizeItem()
Returns the size item.
|