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 ofTreeMapChartcontroller to setalignproperty at runtime, using the dataset context.FormatterCallback Callback interface ofTreeMapChartcontroller to setformatterproperty 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 aListofStrings (for multiple lines, where each item represents a new line).PositionCallback Callback interface ofTreeMapChartcontroller to setpositionproperty at runtime, using the dataset context.