lakb248 / vue-chartist

A component of Chartist implement by vuejs 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gauge Chart Integration

SiddiquiImran opened this issue · 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.