Relative Content

Tag Archive for javascriptperformancejqchart

How to refresh jqChart line or bar chart without redrawing the whole chart but draw for the last new point added

I have a jqChart line chart and I want the chart data to be changed periodically as received from a real time data source like an ajax call . That works, but the problem is the line chart redraws the whole chart every time. Think of a situation I have lakhs of points already drawn and couple of points are being added every second(or few miliseconds) and it tries to draw the whole chart every time.