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

Ability to StackOnlyArea and be able to overly other line values #4152

Closed
Corey-J opened this issue Dec 15, 2023 · 2 comments
Closed

Ability to StackOnlyArea and be able to overly other line values #4152

Corey-J opened this issue Dec 15, 2023 · 2 comments
Labels

Comments

@Corey-J
Copy link

Corey-J commented Dec 15, 2023

Summary

Introduce a new property to either chart, or onto each series that allows multiple of the same chart type to stack (In this case, area). While allowing other chart types to remain independent.

API Changes

..

Intended Use Case

My intended use case is i have a multi y-axis chart, that has 2 area series and 5 line series (One of the line charts is on the separate axis). The area charts are required to stack on each other, but the data for each of the line series must remain independent. The request is similar to the 'stackonlybar' option that exists, more info here (#4132)

@Corey-J Corey-J added the feature-request New feature or request label Dec 15, 2023
@johnwheal
Copy link

I have the same requirement and was previously able to implement this but fix #4132 has broken my code

Copy link

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.

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

No branches or pull requests

2 participants