Skip to content

Radial bar / rose

import { RadialBarChart } from '@arshad-shah/swift-chart';
new RadialBarChart('#chart', { theme: 'midnight' })
.setData(traffic, { labelField: 'source', valueField: 'visits' });

Rose / Coxcomb / Nightingale

Set rose: true and the wedge radius (rather than its inset) encodes value.

Reference