Highcharts - remove points from series -
is possible remove points series? i'm looking way draw chart fixed period, like: last 1 hour.
i know how add points using dynamic update:
http://www.highcharts.com/demo/dynamic-update
but in case time interval between points not constant, can't use shift option of addpoint.
thanks, omer
if want have same, can use same logic in addpoint, see: http://jsfiddle.net/jkclx/1/
however, why can't use shift
argument in addpoint()
?
Comments
Post a Comment