Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
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.
|
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.onResize(IsChart chart,
SizeItem size)
Called after the chart as been resized.
|
Modifier and Type | Method and Description |
---|---|
SizeItem |
ChartResizeEvent.getSize()
Returns item with the new size of the chart
|
Constructor and Description |
---|
ChartResizeEvent(NativeEvent nativeEvent,
SizeItem size)
Creates the event with a item with new size of the chart
|
Modifier and Type | Method and Description |
---|---|
void |
ChartBackgroundColor.onResize(IsChart chart,
SizeItem size) |
Modifier and Type | Class and Description |
---|---|
class |
AxisMinSizeItem
JavaScript object which contains the minimum size of an axis.
This object reflects the object created by CHART.JS and is provided to Axis callbacks. Implements all set methods to change java script object properties. |
class |
LegendHitBoxItem
This is a wrapper of the CHART.JS item which contains the legends hit box.
|
Modifier and Type | Method and Description |
---|---|
SizeItem |
BaseBoxNodeItem.getMinSize()
Returns the min size item.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.onResize(IsChart chart,
SizeItem size) |