Uses of Package
org.pepstock.charba.client.treemap
-
Packages that use org.pepstock.charba.client.treemap Package Description org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
Classes in org.pepstock.charba.client.treemap used by org.pepstock.charba.client.gwt.widgets Class Description TreeMapChart A treemap chart is used for displaying hierarchical data using nested rectangles.
Treemaps display hierarchical (tree-structured) data as a set of nested rectangles.
Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches.
A leaf node's rectangle has an area proportional to a specified dimension of the data.
When the color and size dimensions are correlated in some way with the tree structure, one can often easily see patterns that would be difficult to spot in other ways, such as whether a certain color is particularly relevant.
A second advantage of treemaps is that, by construction, they make efficient use of space.TreeMapDataset The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.TreeMapOptions Specific options for treemap chart. -
Classes in org.pepstock.charba.client.treemap used by org.pepstock.charba.client.treemap Class Description Captions The captions can control if and how a caption, to represent the group of the chart, can be shown in the rectangle,Dividers The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.InnerData Inner data implementation of the object which is mapping additional data.
Inside this object there is an array of original object used by the user.Labels The labels can control if and how a label, to represent the data, can be shown in the rectangle.TreeMapDataPoint Used for treemap datasets.TreeMapDataPoint.TreeMapDataPointFactory CreatesTreeMapDataPoint
form aNativeObject
.TreeMapDataset The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.TreeMapElementOptions Maps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.TreeMapOptions Specific options for treemap chart.TreeMapSumKeysData Maps all sum keys add to the dataset configuration in order to have more sums for specific keys.