You'll need to run npm start
or npm run start
to start up Parcel.
If Parcel doesn't work, it's because I uninstalled the local version - use npm install -g parcel
to install Parcel globally and try again.
This one simply draws one line.
This one uses Promise.all
to read in two files - data-singleline-cimbria.csv
and data-singleline-cimmeria.csv
- for two different lines.
This one uses data-multiline.csv
to draw two different lines.
This one uses data-singleline-cimmeria.csv
to draw a filled area chart.