block by curran b32cecdb33c909e53b4177cb97bafbe6

[unlisted] Root Rotation Animated Fractal Pie Chart

Full Screen

An iteration on Fractal Pie Chart where the scaling is done using transforms (so the outline thickness also decreases with depth) and with animation. This variation violates the condition that the area of each child should be equal to the area of the parent slice, for the sake of pretty appearance. This variation also has loads more pies, for the real “fractal effect”!

This is a stop along the way for trying to actually visualize data with this technique. The main problem with the first iteration is that pies overlap each other. This experiment shows that to minimize overlap, it looks like setting the largest slice at a 45 degree angle minimizes overlap.

Uses d3-component.

web counter

forked from curran‘s block: Animated Fractal Pie Chart

index.html