Getting uncaught error while running Apexcharts.render(): Uncaught (in promise) TypeError: e.put is not a function #4874
Unanswered
convey-aron
asked this question in
Q&A
Replies: 1 comment
-
@franklx @yangkun @rndmerle @zur4ik sorry, but could you please help me to fix the issue above? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As you can see from the screenshot, I'm getting the uncaught: e.put is not a function error while running apexcharts.render method.
I'm working on Vue3/vite project and installed apexcharts@4.1.0 and here's the reusable code part for rendering chart.
Even I get the error above when I load the page initially, I could get the working graph if I force to refresh the page.
Could you please support me to fix this issue?
I have working code for vue2 project to integrate apexcharts, and I'm getting this issue while I'm converting vue2 to vue3
Beta Was this translation helpful? Give feedback.
All reactions