block by mbostock 8d2112a115ad95f4a6848001389182fb

Radial Normalized Stacked Bar

Full Screen

This is a normalized variant of my earlier example radial stacked bar chart. Compare to the non-radial version. While pretty, you probably don’t want to use this version because it’s easier to compare the bars when they share an aligned (linear) axis. You might consider this form if your ordinal axis is cyclical, such as weeks of the year, and you want to show a cyclical pattern. This example’s data is not cyclical, so the use of a radial form here is rather gratuitous!

index.html

d3-scale-radial.js

data.csv