TreeMapChart Dynamic
This example showcases the dynamic, real-time behavior of the Treemap chart,
perfect for visualizing hierarchical data such as organizational structures or financial metrics.
To update the chart, simply modify a node's value and pass the updated object to the chart using the setData method.
You have control over the chart's animations.
Adjust the speed or disable them entirely to suit your viewing preference:
// To decrease the speed
chart.setAnimationValues(true, 0.2)
// To disable animation
chart.setAnimationValues(false)