Package org.pepstock.charba.client.treemap.callbacks
Contains the
TreeMapChart
controller callback interfaces to configure the chart itself.- Author:
- Andrea "Stock" Stocchero
-
Interface Summary Interface Description AlignCallback Callback interface ofTreeMapChart
controller to setalign
property at runtime, using the dataset context.FormatterCallback Callback interface ofTreeMapChart
controller to setformatter
property at runtime, using the dataset context.
Data values are converted to string.
If values are grouped, the value of the group and the value (as string) are shown.
This default behavior can be overridden by this interface implementation.
A formatter can return aString
(for a single line) or aList
ofString
s (for multiple lines, where each item represents a new line).PositionCallback Callback interface ofTreeMapChart
controller to setposition
property at runtime, using the dataset context.