Skip to content
New issue

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

Uncaught (in promise) TypeError: can't access property "show", i is undefined #619

Closed
NRevillet opened this issue Aug 12, 2024 · 1 comment

Comments

@NRevillet
Copy link

Hello everyone,
I've got this error in my project when trying to add annotations to my chart.
There is 4 charts on the page using the same template, and adding this code (test code from the official documentation):

annotations: { yaxis: [ { y: 8800, borderColor: '#00E396', label: { borderColor: '#00E396', style: { color: '#fff', background: '#00E396' }, text: 'Y-axis annotation on 8800' } } ] },

to the apex-chart causes the following crash on save :

image

and after this error, removing the code and saving makes react reload the page, but keeps throwing this error, but it goes away with a manual reload of the browser (this issue might be unrelated idk).

From what i've searched, this issue might be related to : #598
Thank you for any help you might provide 😄

Copy link

github-actions bot commented Nov 3, 2024

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant