-
Simple Frontend that produces stacked bar chart using D3 (d3js.org) and jquery (jquery.com)
-
API to fetch chart data
- Python 3
- pipenv
- flask
- D3
- Datasource is sample.json
pipenv install
curl -X GET
http://localhost:5000/get_chart_data
-H 'Content-Type: application/json'
-H 'cache-control: no-cache'
python app.py