reactd3workshop.com
You can read this segment in in 1 minutes. Solving the exercises might take longer.
This segment covers 👇
It's time to build something cool.
We're going to build a dashboard. A few scatterplots combining 3 different datasets. Hovering a point highlights it in other charts.
You already built two components we'll use! A scatterplot and an axis. 💪
We're using the code-along approach 👇
The following is an outline of what we're doing to help us keep on track.
We're going to copypasta a lot of data manipulation code from my original repo. Writing all tthat isn't fun and is often the most time consuming part of building a dataviz project.
I've prepared a starter repo that comes with
$ cd
$ yarn/npm install
You now have everything you need to get started.