You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
jordanknapp00
changed the title
Stack only bar series when a chart is stacked
Add stackOnlyBar option from ApexCharts.js
Nov 8, 2023
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.
The text was updated successfully, but these errors were encountered: