benkeen / d3pie

A configurable pie chart lib and generator built on d3.js
MIT License
371 stars 203 forks source link

Updated svg block to be responsive #85

Open zenmedia opened 9 years ago

zenmedia commented 9 years ago

After implementing the d3pie plugin we found that on smaller screens the pie graph was cut off. I have added the attributes preserveAspectRatio and viewBox to the SVG element to allow for the pie graph to be responsive and resize accordingly.