Stop Everviz from loading HighCharts JS/CSS when I've already loaded it

We have HighCharts already included in our bundled/minified JS/CSS files, so is there a way to set Everviz to NOT include these again? It’s ballooning our page size and page load times.

I looked at the code, and it’s only scraping the page for a literal script tag with highcharts.js in the src attribute. Ours is bundled in the application.js file.

I’m curious why the developers didn’t just check if the HighCharts object exists instead.

Hi SeanKendle,

Thanks for bringing this to our attention. We will work on a solution to prevent Everviz from including HighCharts again when it’s already bundled in your application.js file.

Best,
Faria

1 Like