Open allisonhorst opened 1 year ago
This might be needing an algorithm similar to Dorling cartograms, for example with a force simulation.
Among the notable differences/or features that we might want to support:
Probably already covered by #27, but we could leave this open if there’s specifically demand for this type of labeling algorithm.
Or use a voronoi initializer transform: https://observablehq.com/@fil/plot-voronoi-labels
For charts with dense or overlapping labels, it would be useful to have a way to create repulsive labels to avoid overlap (similar to ggrepel for ggplot2).