Skip to content

Waterfall chart

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

Reference