javascript - Highcharts- How to create streaming bar charts -
i'm new highcharts , need create 1 reporting purposes. creating 1 simple seems 1 asked not simple @ all. should streaming graph if comes in start plotting until done.
so scenario this.
- it needs column chart/columnrange type.
- the x-axis time. , should moving right left. in 1 second or 2 seconds interval. doesn't matter.
- so if data comes in, let's call comes in. time comes should start ploting/drawing bar until call done.
- and should able see stock. pretty 1 in here http://www.highcharts.com/stock/demo/ can select range , zoom in range.
i hope i'm making scenario clear enough. reply appreciated.
best
because haven't provided code go with, response here going more of guidance further research:
- select chart type column
- n/a
- since you're using jquery, if data coming in json format - check out $.getjson otherwise check out $.ajax or similar functions data dynamically. need go through series.addpoint()
- was asked on stackoverflow
Comments
Post a Comment