This is a simple interactive beeswarm plot for the TV series Frasier. It shows the average audience rating for each episode of the series. The plot is interactive and allows the user to separate episodes by seasons and hover over each episode to see the episode title and the rating.
Connor Rothschild's barebones starter template for making data visualizations with Svelte + D3 served as the base for this project to work from.
Run npm install
or pnpm install
to install the dependencies.
Run npm run dev
to start the development server.