Skip to content

Pie chart

import { PieChart } from '@arshad-shah/swift-chart';
const chart = new PieChart('#chart', { theme: 'midnight' });
chart.setData(traffic, { labelField: 'source', valueField: 'visits' });

Reference