Uses of Class
org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Packages that use TreeMapDataPoint Package Description org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js. -
-
Uses of TreeMapDataPoint in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap that return TreeMapDataPoint Modifier and Type Method Description TreeMapDataPointTreeMapDataPoint.TreeMapDataPointFactory. create(NativeObject nativeObject)Methods in org.pepstock.charba.client.treemap that return types with arguments of type TreeMapDataPoint Modifier and Type Method Description List<TreeMapDataPoint>TreeMapDataset. getDataPoints()Returns the treemap data property of a dataset for a chart is specified as an array of treemap data points
-