-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
- Option to show/hide root circle
- Leaves only
- Transform each circle / text instead of using viewport
- Fill keep strokes same width regardless of zoom
- No longer need to scale text
- https://observablehq.com/@d3/zoomable-circle-packing
- Add text stroke (after individual transforms are applied)
style: paint-order: stroke; stroke: white; stroke-width: 2px
- Create
CircleTextto simplify creating text on path inside/outside a circle - Fit text within circle
- https://observablehq.com/@clhenrick/circle-packing-nested?collection=@clhenrick/explainers
Reactions are currently unavailable