D3 Stacked Bar Chart and Python api
Simple Frontend that produces stacked bar chart using D3 (d3js.org) and jquery (jquery.com)
API to fetch chart data
pipenv install
curl -X GET \
http://localhost:5000/get_chart_data \
-H ‘Content-Type: application/json’ \
-H ‘cache-control: no-cache’
python app.py