rendro / easy-pie-chart

easy pie chart is a lightweight plugin to draw simple, animated pie charts for single values
http://rendro.github.io/easy-pie-chart
MIT License
2.07k stars 501 forks source link

Set prefix and suffix #194

Open ghost opened 7 years ago

ghost commented 7 years ago

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 can change it with CSS .percent::before and .percent::after, but think is not good way...