witmin / Scatter-Plot-with-Menu

Scatter Plot with Menu following Curran Kelleher's tutorial: https://www.youtube.com/watch?v=_8V5o2UHG0E&t=36474s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scatter Plot with Menu with D3.js

Follow the video tutorial on FreeCodeCamp.org made by Curran Kelleher: https://www.youtube.com/watch?v=_8V5o2UHG0E&t=36474s

The source code by Curran is on VizHub

This repository used rollup.js as the JavaScript module bundler.

View the outcome

Open public/index.html in modern browser such as Chrome or Firefox directly.

Further development

To further develop the project by updating JavaScript, can run

npm run bulid

or watch changes and auto compile:

npm run watch

Note for rollup.config.js settings

The output file format must be 'iife' to make advanced function work.

About

Scatter Plot with Menu following Curran Kelleher's tutorial: https://www.youtube.com/watch?v=_8V5o2UHG0E&t=36474s


Languages

Language:JavaScript 99.3%Language:CSS 0.4%Language:HTML 0.3%