borntofrappe / learning-d3

d3.js is vast. Here's a repository filled with projects to master the library, its many modules and powerful features.
4 stars 0 forks source link

Reusable chart #23

Closed borntofrappe closed 1 year ago

borntofrappe commented 1 year ago

Create a chart following Towards Reusable Charts by Mike Bostock.

Consider creating a scatterplot and Anscombe's quartet to add four instances in different sections of the same SVG element.

borntofrappe commented 1 year ago

addd037 plots multiple instances of the scatter plot.

Reusable Chart