apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

BYO svg.js 2.6.6 is required for version 3.4.0 #493

Open toso06 opened 1 month ago

toso06 commented 1 month ago

Hi, I had to include my own version of svg.js 2.6.6 because I got an error saying that SVG was undefined. The bundle apexcharts.esm.js?ver=3.50.0 that Blazor-ApexCharts include don't include svg.js. After downloading svg.js 2.6.6 and adding it to App.razor with

everything worked as expected.

Mayby you could import svg.js 2.6.6 in blazor-apexcharts.js.

/ Tomas

joadan commented 2 weeks ago

Hi, this sound strange, can you reproduce it in a simple repo?