Skip to content

Gauge Chart Integration #4

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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