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.