Skip to content

Gauge Chart Integration #4

Open
@SiddiquiImran

Description

@SiddiquiImran

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions