apexcharts.js: Loading using Require.js (AMD) broken
Codepen
Just open this codepen and check the dev-console (F12):

Explanation
I think that SVG is not defined because there is something wrong on module bundler.
Do i need to include SVG.js as external library?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 23 (9 by maintainers)
I stumbled across the same issue, here’s my workaround:
Hope this helps!