-
Notifications
You must be signed in to change notification settings - Fork 82
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
[HELP] RangeError: Maximum call stack size exceeded (in Angular 18) | there is an issue with "responsive properties" #349
Comments
[SOLVED] <> [TEMPORARY SOLUTION]This error is caused by the responsive: [
{
breakpoint: 480,
options: {
chart: {
width: 200
},
legend: {
position: "bottom"
}
}
}
] after I deleted the I think there is something in the |
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. |
hmm |
Has a solution been found for this? Experiencing the same thing using Vue3 and the responsive property on Pie/Donut charts. |
@krystijansen for temporary solution, try delete the |
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 have come across this error recently as well using Blazor ApexCharts, the C# wrapper for the JavaScript library. Solution for me was to create two separate graphs and display them via responsive css, which is obviously not ideal. Would appreciate it if this could get fixed. |
-> Ok, i've updated to 4.3 and I do not have the error with bar chart |
Try |
Using
Situation
This error appears when I try to display 2 or more dynamic charts in the same page.
Error
I have an error like this
The text was updated successfully, but these errors were encountered: