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.
Run npm install
or pnpm install
to install the dependencies.
Run npm run dev
to start the development server.
Thanks to Connor Rothschild's Svelte + D3 barebones starter which served as a base to work from.