apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
794 stars 91 forks source link

Add stackOnlyBar option from ApexCharts.js #334

Closed jordanknapp00 closed 6 months ago

jordanknapp00 commented 10 months ago

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.

joadan commented 10 months ago

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.

jordanknapp00 commented 10 months ago

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

joadan commented 9 months ago

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