novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.23k stars 2.14k forks source link

Donut chart with padAngle shows wrong percent values #1691

Open energy-charts opened 8 years ago

energy-charts commented 8 years ago

When padAngle is not zero, the sum of all percent values is less than 100%. padangle_0 padangle_05

liquidpele commented 8 years ago

Yea... unfortunately that's how the d3 option works... didn't see any suggested workaround before.