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

Added class name for canvas for CSS accessibility #204

Open mattprice09 opened 6 years ago

mattprice09 commented 6 years ago

I added the easy-pie-canvas class name to the canvas elements created by easy-pie-chart so that users can easily access and edit CSS for the pie charts.

I had the problem of not being able to edit the size of the pie chart, and this allows me to access all pie chart canvas simply with $(".easy-pie-canvas").