score:13

Accepted answer
  1. Yes it is possible by update function on called on axis. http://api.highcharts.com/highcharts#Axis.update()

  2. update, works on point, so it should be chart.series[0].data[0].update(20);


Related Query

More Query from same tag