benkeen / d3pie

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

Percentage values not staying equal distant from the chart #168

Open jorgemonte opened 5 years ago

jorgemonte commented 5 years ago

Hi everyone,

Im building this simple donut chart and I realized that my percentage numbers are not in an equal radius distance from the chart. I used labels.outer.piedistance: 10

By changing this value, the percentage numbers will move but still not in equal distance. Does anyone would know how to fix that and keep them looking better? Thank you!

piebug