A webpage to collect some values and output a polar chart using chart.js
index.html styles.css script.js config.js
app.js
Place .js, .css and index.html files in the webroot director directory
- start a web server -- for example
python3 -m http.server 8000 - This starts a server on port 8000
- Navigate a browser to http://localhost:8000/
- Fill in the form
- Print or save to CSV
That's it.