JavaScript TreeMapChart - Editor

Simple overview of a TreeMap chart.

This type of chart is particularly useful for presenting hierarchical data in a way that's easy to understand at a glance. It can be used for financial analysis, showing market trends, or comparing the size and performance of companies within and across sectors, for example.

This chart is interactive, enabling users to click on node to drill down for more detailed information.

Below is a sample snippet for generating a TreeMap Chart using predefined data with LightningChart JS:

const treeMapChart = lightningChart().TreeMapChart()
treeMapChart.setData(data)