MicroHealthLLC / mRMS

MicroHealth Reports Made Simple
0 stars 1 forks source link

highcharts error when loading dashboards #823

Open bluenevus opened 2 years ago

bluenevus commented 2 years ago

image

Highcharts already defined in the page This error happens if the Highcharts namespace already exists when loading Highcharts or Highstock.

This is caused by including Highcharts or Highstock more than once.

Keep in mind that the Highcharts.Chart constructor and all features of Highcharts are included in Highstock, so if using the Chart and StockChart constructors in combination, only the highstock.js file is required.