Skip to content

Bullet chart

import { BulletChart } from '@arshad-shah/swift-chart';
new BulletChart('#chart', { theme: 'midnight' }).setData([
{ label: 'Revenue', value: 84, target: 90, ranges: [60, 80, 100] },
{ label: 'Profit', value: 32, target: 40, ranges: [20, 35, 50] },
]);

Reference