An open API service indexing awesome lists of open source software.

https://github.com/joonb14/flask_dynamic_chart

Flask Dynamic Chart (feat. Highchart)
https://github.com/joonb14/flask_dynamic_chart

chart dynamic flast highcharts-js hightcharts javascript korean plot web website

Last synced: 11 days ago
JSON representation

Flask Dynamic Chart (feat. Highchart)

Awesome Lists containing this project

README

          

# Flask Dynamic Chart (feat. Highchart)
### based on flask and Highchart js

Korean version of Tutorial is in my Naver blog: https://blog.naver.com/joonb14/221332761068

get Data from node.js application which sends json data

(since it sends raw json object not stringified one)

just use it as object



Check the Major value

if its already in chart - addPoint

else - addSeries then addPoint


### Screenshot of Dynamic Chart
This is what I made

A little complicated because I used csv file to Init the Chart

then used dynamically received JSON data

The App result will look like this on Chrome



## Tutorial

Tutorial for Above application on flask

Used and modified codes from

Highcharts example: https://www.highcharts.com/docs/working-with-data/data-from-a-database

flask-live-chart: https://github.com/tdiethe/flask-live-charts

The App result will look like this on Chrome



## Tutorial for Initiating Highcharts with CSV
I also have tutorial for this: https://github.com/joonb14/CSVtoHighchart.git

Checkout the link above