d3 / d3-shape

Graphical primitives for visualization, such as lines and areas.
https://d3js.org/d3-shape
ISC License
2.47k stars 307 forks source link

example of stacked polar bar chart #88

Closed noahehall closed 7 years ago

noahehall commented 7 years ago

in the readme there is a line saying 'Specifying the inner radius as a function is useful for constructing a stacked polar bar chart, often in conjunction with a sqrt scale. '

Are there any examples of this? thx

mbostock commented 7 years ago

Usually it’s a bad idea. But here you go: https://bl.ocks.org/mbostock/6fead6d1378d6df5ae77bb6a719afcb2

noahehall commented 7 years ago

Thanks @mbostock