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
With different data the chart is displayed. But sometimes this error appears.
If stacked: true, is removed from the options the chart shows up which might indicate where the error comes from.
stacked: true,
It seems to be the same issue as this one:
apexcharts/vue3-apexcharts#134
Show the stacked bar chart
chart appears empty
Chart appears but looks empty. The errors shows up in the console.
https://codepen.io/ordago/pen/dPbNpxj
The text was updated successfully, but these errors were encountered:
d214fe8
No branches or pull requests
Description
With different data the chart is displayed. But sometimes this error appears.
If
stacked: true,
is removed from the options the chart shows up which might indicate where the error comes from.It seems to be the same issue as this one:
apexcharts/vue3-apexcharts#134
Steps to Reproduce
Expected Behavior
Show the stacked bar chart
Actual Behavior
chart appears empty
Screenshots
Chart appears but looks empty. The errors shows up in the console.
Reproduction Link
https://codepen.io/ordago/pen/dPbNpxj
The text was updated successfully, but these errors were encountered: