Skip to content

Scatter chart

import { ScatterChart } from '@arshad-shah/swift-chart';
const chart = new ScatterChart('#chart', { theme: 'midnight' });
chart.setData(points, { x: 'x', y: 'y', group: 'group', size: 'size' });

Reference