easy-pie-chart icon indicating copy to clipboard operation
easy-pie-chart copied to clipboard

easy pie chart is a lightweight plugin to draw simple, animated pie charts for single values

Results 93 easy-pie-chart issues
Sort by recently updated
recently updated
newest added

Need method(s) to cleanup the chart and restore the HTML elements back to their original (clean) state.

Hello rendo, I am trying to make this plugin responsive. Is there a way that i can update the size ? ``` js $('.pieanimation').on('click', function(e) { $('.chart').size('easyPieChart').update($xsize); }); ```

Animate on scroll not working. How do i get the pie chart to fire in viewport on scroll ?

Hi, fairly new to this and probably a stupid question. Just wondering how I edit the deadline date for this countdown? Thanks

Hello, I have been trying to get easyPieChart to work but have an issue when i call easyPieChart in my typescript file. Here is what i do : component.html `73%`...

// I don't know why, but sometimes it work, sometimes it show 0 // This code is executed by a onclick event, after obtained the "voto" value from an ajax...

Hi there, May I know the version of GPL you are using? I think it's as important as a license, many thanks!

While using a function as value for "barColor", I have come across people needing arbitrary data(apart from percentage) to decide the color of a bar. We could add a property...

Options can be passed via data attributes or JavaScript. For data attributes, append the option name in lowercase to data-, as in data-barcolor="".