An example repository for creating website graphs from CSV files. This repository uses c3.js and PapaParse. GIT: https://github.com/huyqle3/graphs-from-csv/tree/master
c3.js: http://c3js.org/
d3.js: https://d3js.org/
PapaParse: http://papaparse.com/
You need a web server. I used python to initiate a web server.
python3 --version
Python 3.9.6
cd src
python3 -mhttp.server 8081
Visit http://localhost:8081 to see the website.