| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Added Stack property to BarChartDataset for dataset grouping.
Added Stack property to LineChartDataset for dataset grouping.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Great, thanks!
…________________________________
From: Vikram Reddy ***@***.***>
Sent: Friday, May 22, 2026 08:13
To: BlazorExpress/BlazorExpress.ChartJS ***@***.***>
Cc: berndlueneburg ***@***.***>; Author ***@***.***>
Subject: Re: [BlazorExpress/BlazorExpress.ChartJS] Feature/dataset stack (PR #32)
@gvreddy04 approved this pull request.
LGTM
—
Reply to this email directly, view it on GitHub<#32 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASNI77APT7KS6CRRQXSTA7L437V2PAVCNFSM6AAAAACZHV3CRCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DGNBSHE3TAMRRGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Apologies for the initial misunderstanding. I should have explained the use case more clearly.
I have added a new demo, “Stacked bar chart with groups”, to show the scenario that required the dataset-level Stack property. The existing axis-level Stacked option works well for a single stacked chart, but this demo shows the case where multiple independent stacks need to be rendered side by side within the same category.
In that case, datasets sharing the same Stack value are stacked together, while datasets with different Stack values form separate groups.
I hope this makes the intended use case clearer. Thanks again for maintaining this great project. I also really like your Bulma wrapper. I hope this contribution helps improve the project further.