Skip to content

Combo chart

import { ComboChart } from '@arshad-shah/swift-chart';
new ComboChart('#chart', { theme: 'midnight', lineSeries: ['target'] })
.setData(monthlySales, { x: 'month', y: ['revenue', 'cost', 'target'] });

Reference