Skip to content

Stacked area chart

import { StackedAreaChart } from '@arshad-shah/swift-chart';
const chart = new StackedAreaChart('#chart', { theme: 'midnight' });
chart.setData(stacked, { x: 'day', y: ['api', 'web', 'mobile'] });

Reference