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

Add stackOnlyBar option from ApexCharts.js #334

Closed
jordanknapp00 opened this issue Nov 8, 2023 · 3 comments
Closed

Add stackOnlyBar option from ApexCharts.js #334

jordanknapp00 opened this issue Nov 8, 2023 · 3 comments
Labels
Apexchart.js Apexchart.js issue

Comments

@jordanknapp00
Copy link

If you try to create a stacked bar chart that also includes multiple line series, the line series don't render correctly. The lines are also stacked, meaning that if you had one line that was at y=1000 and another at y=500, the second one would render at y=1500.

This appears to be an issue with ApexCharts.js. The solution they appear to have taken is adding an option called stackOnlyBar, which causes only bar series to be rendered as stacked.

Would it be possible to add this option to Blazor-ApexCharts? As of right now, all we have is the basic stacked option that applies to the entire chart.

@jordanknapp00 jordanknapp00 changed the title Stack only bar series when a chart is stacked Add stackOnlyBar option from ApexCharts.js Nov 8, 2023
@joadan
Copy link
Member

joadan commented Nov 8, 2023

Hello,

No problem to add it, but I don't 't think it's released yet.
As far as I can see it's not included in Version 3.44.0.

@joadan joadan added the Apexchart.js Apexchart.js issue label Nov 8, 2023
@jordanknapp00
Copy link
Author

Yes, you are correct, my bad. I look forward to this feature being added.

@joadan
Copy link
Member

joadan commented Dec 6, 2023

@jordanknapp00, I have added it in Release v2.2.0.

@joadan joadan closed this as completed Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apexchart.js Apexchart.js issue
Projects
None yet
Development

No branches or pull requests

2 participants