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

Adding delay option #190

Closed chrisyour closed 5 years ago

chrisyour commented 7 years ago

Great pie chart! I've added a delay option. If you like it.

$('.easy-pie-chart').easyPieChart({ animate: { duration: 2000, enabled: true, delay: 5000 } })