chartjs-chart-treemap.js
) for CHART.js.See: Description
Class | Description |
---|---|
Dash |
Specifies the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|
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. |
TreeMapDataPoint |
Used for treemap datasets.
|
TreeMapDataset |
The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
|
TreeMapOptions |
Specific options for treemap chart.
|
chartjs-chart-treemap.js
) for CHART.js.