Flask and Chart.js example project allowing the web application user to drilldown to the detailed data through the main chart data point. In the current version of Chart.js library (March 2020), this functionality is not available. The chart datapoint drilldown feature is covered here.
This example repository uses the Kaggle "covid19" dataset.
*Currently designed to run on Windows, but if you replace Waitress WSGI with Gunicorn for instance, can run also on *nix based OS
- Git clone this repository
- Create and activate yourself a Python virtual environment
- run
pip3 install -r requirements.txt
- set your Windows Python working directory to
C:\<<<folder where you cloned this repo to>>>\flaskr
- run
python3 C:\<<<folder where you cloned this repo to>>>\flaskr\app.py