Closed djiworks closed 3 years ago
setOptions parameters are not passed to the highcharts instance in the web view. replace Highcharts.setOptions('${this.serialize(setOptions)'}); // remove quote by Highcharts.setOptions(${this.serialize(setOptions)});
Highcharts.setOptions('${this.serialize(setOptions)'}); // remove quote
Highcharts.setOptions(${this.serialize(setOptions)});
Thank you for your contribution! It means a lot to us!
setOptions parameters are not passed to the highcharts instance in the web view. replace
Highcharts.setOptions('${this.serialize(setOptions)'}); // remove quote
byHighcharts.setOptions(${this.serialize(setOptions)});