score:0

You can try to modify click event, and instead of creating new chart (setChart()) you can use setData() function and update only series (like A serie) with new items (A1, A2, A3).

http://api.highcharts.com/highcharts#Series.setData()


Related Query

More Query from same tag