Package | Description |
---|---|
org.pepstock.charba.client | |
org.pepstock.charba.client.events | |
org.pepstock.charba.client.items | |
org.pepstock.charba.client.plugins |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.onResize(AbstractChart<?,?> chart,
SizeItem size,
com.google.gwt.core.client.JavaScriptObject options)
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(com.google.gwt.dom.client.NativeEvent nativeEvent,
SizeItem size)
Creates the event with a item with new size of the chart
|
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. |
class |
LegendHitBoxItem
JavaScript object which contains the legends hit box size.
|
Modifier and Type | Method and Description |
---|---|
SizeItem |
BaseBoxNodeItem.getMinSize()
Returns the min size item.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.onResize(AbstractChart<?,?> chart,
SizeItem size,
com.google.gwt.core.client.JavaScriptObject options) |