Hi. I’ve got a few charts I’d like to display on my app, but both ApexCharts and Chart Js -charts are loaded on every single page on my app, even though they’re solely placed on one page (whether they were inside or outside a reusable element didn’t seem to matter). The charts work fine, but having unused scripts loading on all pages is bad especially for mobile users and users with poor internet connections.
With that, does anyone know of better options? The charts really don’t need to be complex.