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

Bugfix: multiple lines added to a stack bar chart also stack #3477

Closed
wants to merge 13 commits into from

Conversation

iameddz
Copy link

@iameddz iameddz commented Nov 8, 2022

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Eduard Rill and others added 6 commits November 8, 2022 12:10
- 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
iameddz and others added 2 commits January 24, 2023 12:33
# Conflicts:
#	dist/apexcharts.common.js
#	dist/apexcharts.esm.js
#	dist/apexcharts.js
#	dist/apexcharts.min.js
@javierarocena
Copy link

Could someone please merge this?

@iameddz iameddz mentioned this pull request Jul 3, 2023
10 tasks
@github-actions
Copy link

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.

@github-actions github-actions bot closed this Sep 6, 2023
@aminebelmahi
Copy link

Why is this PR closed when it could a very good fix for the library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mixed chart with stacked bars and line series - incorrect line draw
6 participants