score:1

The setOptions sets the options to all charts on the same page.

Try setting the options to the data in the callbackHandler and updateHandler of each chart.

Like this:

function(data){
  data.title = {text: 'My title'},
  Highcharts.chart('highchartsContainer', data);
}

Related Query

More Query from same tag