Open Michael-Paragonn opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
🤨
I've pored over https://github.com/apexcharts/vue-apexcharts/issues/105 but can't figure it out, and it's over 3 years old, and it's related to Vue, not plain vanilla JS, so I'm asking pretty much the same question here. ;)
In my
main.js
file, I have this:In my HTML output (with the variables dynamically set by Twig), I have this:
This results in a console error that the script
Cannot read properties of undefined (reading 'type')
.I feel like the fix is pretty simple, but I just don't have the JS-fu to figure it out. Can someone help?