I have created several charts with Highcharts (gauge, column, line). For some reason, I am unable to get my columnrange chart to update the range of the series based on input from an live XML feed. No problem with the other chart types.
I've tried dozens of things, stuck with something like: chart.series[0].points[0].update(newVal4);
Whats the command to change the lower and upper bounds of a columnrange chart using live data?
Site of interest: http://www.rogowx.org/wxstation/boxplot.html
Thanks!