explorable-viz / fluid

Data-linked visualisations
http://f.luid.org
MIT License
34 stars 2 forks source link

`BubbleChart` as generalised `ScatterPlot` #994

Open rolyp opened 4 months ago

rolyp commented 4 months ago

Deleted the old BubbleChart code – the example was a bit contrived and the implementation highly redundant with Scatterplot. Reimplement bubble charts by generalising ScatterPlot to support circular markers whose radius is a data domain, and add a new example.