Skip to content

Treemap chart

import { TreemapChart } from '@arshad-shah/swift-chart';
const chart = new TreemapChart('#chart', { theme: 'midnight' });
chart.setData(items);

Reference