The Wordpress plugin loads the highcharts library from the plugin folder via wp_enqueue_script, which is fine.
But additionally the code snippets created by the editor each load the libraries from https://code.highcharts.com/ which leads to the library throwing Highcharts error #16.
The Wordpress plugin loads the highcharts library from the plugin folder via wp_enqueue_script, which is fine. But additionally the code snippets created by the editor each load the libraries from
https://code.highcharts.com/
which leads to the library throwingHighcharts error #16
.