vue-chartist icon indicating copy to clipboard operation
vue-chartist copied to clipboard

Gauge Chart Integration

Open SiddiquiImran opened this issue 7 years ago • 0 comments

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.

SiddiquiImran avatar Aug 10 '17 09:08 SiddiquiImran