plot icon indicating copy to clipboard operation
plot copied to clipboard

radius legends

Open Fil opened this issue 4 years ago • 1 comments

Capture d’écran 2022-01-12 à 12 43 46

It's just one possibility among several

(I've based this on mbostock/arrow since it involves quite a few changes in the legends section)

related: https://github.com/observablehq/plot/pull/539 https://github.com/observablehq/plot/pull/432 https://github.com/observablehq/plot/pull/583

todo:

  • [ ] fix circular dependency (maybe rewrite as pure d3?)

Fil avatar Jan 12 '22 11:01 Fil

I've fixed the conflict but I now have a circular dependency which I don't know how to fix. Should I rewrite this legend as "pure d3" rather than using Plot?

Fil avatar Jan 19 '22 11:01 Fil

As an alternative here's an independent implementation https://observablehq.com/@recifs/a-radius-legend-for-plot-665

See also discussion https://github.com/observablehq/plot/discussions/1106

Fil avatar Feb 16 '23 13:02 Fil