Treemap chart
import { TreemapChart } from '@arshad-shah/swift-chart';
const chart = new TreemapChart('#chart', { theme: 'midnight' });chart.setData(items);import { Treemap } from '@arshad-shah/swift-chart/react';
<Treemap data={items} theme="midnight" height={360} />Reference
- Class:
TreemapChart - React component:
Treemap