We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error happens when using vue-chartjs on safari 11 or 12. The chart does not load.
TypeError: Error during Vue render: mounted hook undefined is not an object (evaluating 't.labels') (anonymous function) utils.ts:96 (anonymous function) chart.ts:37 qt vue.global.js:1688 Yt vue.global.js:1697 __weh vue.global.js:4171 yn vue.global.js:1883 _n vue.global.js:1927 promiseReactionJob
Looks like data is undefined when deconstructing props here
Data is still defined when combining props here
Other areas using just vue are working fine.
Expected behavior: I expect the chart to work as normal. Everything works fine on safari 13+
Use vue-chartjs on safari 11 or 12
^4.1.1
5.3.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you like to work on a fix?
Current and expected behavior
Error happens when using vue-chartjs on safari 11 or 12. The chart does not load.
Looks like data is undefined when deconstructing props here
Data is still defined when combining props here
Other areas using just vue are working fine.
Expected behavior:
I expect the chart to work as normal. Everything works fine on safari 13+
Reproduction
Use vue-chartjs on safari 11 or 12
chart.js version
^4.1.1
vue-chartjs version
5.3.0
Possible solution
No response
The text was updated successfully, but these errors were encountered: