My application visualizes data using a variety of chart types. Some data visualized by a pie chart includes negative values. Pie charts aren't designed to display negatives.
Any other options for solving this? How have you done it?
Use shades of green for positive values.
Use the absolute value of your negative values to then display different negative values in shades of red.
Recently I thought about the same problem, and made rough sample like this.
Please assume that item B has negative value.
'arc' and 'pie' function of d3.js are very convenient to use.
Working sample is here.
I also added concentric circles, like this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With