Treemap Chart
A tree map chart is a graphical representation that shows hierarchical data in a tree-like structure, where each category is represented by a rectangle or square.
Last updated
A tree map chart is a graphical representation that shows hierarchical data in a tree-like structure, where each category is represented by a rectangle or square.
Last updated
Provide the JSON content to generate the chart dynamically. Sample data is given blow.
The tree structure for the content will be like the parent -> children relationships. Each block will have the 'name' and 'value' elements, and the block can have a set of child elements with the same properties.
Provide a short and descriptive title for the chart that clearly summarizes the data and information being presented. This title should be concise yet informative, helping the audience understand the content of the chart at a glance.
This tooltip pops up when the user moves the mouse over the block area of the chart. This is commonly used to provide some extra or important information to the user on the usage of the widget.
The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves. This information will be contextual, useful, and informative.
Event | Description |
---|---|
|
Property | Description |
---|---|
Background | Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the font clearly. |
This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.
This event will be triggered when the user clicks on the chart.