Waterfall chart
import { WaterfallChart } from '@arshad-shah/swift-chart';
const chart = new WaterfallChart('#chart', { theme: 'midnight' });chart.setData(waterfallItems);import { Waterfall } from '@arshad-shah/swift-chart/react';
<Waterfall data={waterfallItems} theme="midnight" height={320} />Reference
- Class:
WaterfallChart - React component:
Waterfall