You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
to the apex-chart causes the following crash on save :
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 😄
The text was updated successfully, but these errors were encountered:
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.
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 :
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 😄
The text was updated successfully, but these errors were encountered: