Skip to content

Sparkline

import { Sparkline } from '@arshad-shah/swift-chart';
const chart = new Sparkline('#chart', { theme: 'midnight' });
chart.setData([120, 132, 128, 140, 138, 152, 160, 155]);

Reference