I was looking at this question: Add additional data to a Highcharts series for use in formatters
I want to add hasCustomFlag variable also, but I want it dynamically.
I tried like this:
this.series[0].setOptions("hasCustomFlag ",data.someList);
But it's not working. This is how I'm setting the data:
chart1.series[0].setData(data.someList);