Open
Description
Hi,
Have tried integrating this library in my project Line, bar chart is working fine.
How to integrate gauge chart?
new Chartist.Pie('.ct-chart', {
series: [20, 10, 30, 40]
}, {
donut: true,
donutWidth: 60,
startAngle: 270,
total: 200,
showLabel: false
});
as if i send data like this it throws error that it need object and i am passing array.
Metadata
Metadata
Assignees
Labels
No labels