-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bugfix: multiple lines added to a stack bar chart also stack #3477
Conversation
- mixed chart with stacked bars and line series - incorrect line draw apexcharts#907 (apexcharts#907) - multiple lines added to a stack bar chart also stack apexcharts#2076 (apexcharts#2076) New Feature: - hide 0-values in shared tooltip
# Conflicts: # dist/apexcharts.common.js # dist/apexcharts.esm.js # dist/apexcharts.js # dist/apexcharts.min.js
Could someone please merge this? |
This pull request 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. |
Why is this PR closed when it could a very good fix for the library? |
Are this will be merged ? |
I was waiting / following this pull request, but it seems the problem has been solved in another pull request: #3891. So in new versions, this should no longer be a problem. |
New Pull Request
Fixes #907 and #2076
When adding multiple lines to an existing stack bar chart, the lines are also stacked rather than being expressed independently. That is, where line series 1 has a value of 10 and line series 2 has a value of 5 series 2 will be plotted at 15, not 5.
New Options:
chart.stackOnlyBar = true
tooltip.hideEmptyShared = true
Type of change
Checklist: