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

Is it possible to change options dynamically, and chart redraw automatically ? I have tried and with no success. Something like this: var app = angular.module('app', ['easypiechart']); app.controller('chartCtrl', ['$scope', function...

feature request

I always see ****suffix** %**, how I can change it? Try this ``` prefix: 'zzz', suffix: 'www', ``` but nothing changes, I think need add this param too... I just...

Hi, That pie chart plugin is exactly what i'm looking for, thanks for the work. However, I can't get to display the percentage at the center of the pie chart...

When I try to use easy-pie-chart with 0%, I'm still seeing a small dot being rendered at top: See screen shot. Any idea what I'm doing wrong? I'm using jQuery...

![screenshot 99](https://cloud.githubusercontent.com/assets/2920659/21498019/f4da64b4-cc4e-11e6-830c-ebc1696e51c0.png) ![screenshot 100](https://cloud.githubusercontent.com/assets/2920659/21498020/f4daf3a2-cc4e-11e6-9a6e-b28fa1b27eba.png) Please find the attached screen shot. when 100% not bar color visible as it's 0. but during animation color shows up and on stop it get...

Hi, Is there a way to add thousand separator to the number on element animate. Thank you.