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

MaxBarWidth not working on BarItemOptions #104

Open
arifinreinaldo opened this issue Jan 23, 2025 · 0 comments
Open

MaxBarWidth not working on BarItemOptions #104

arifinreinaldo opened this issue Jan 23, 2025 · 0 comments

Comments

@arifinreinaldo
Copy link

Thank you for the library, it has work nicely but there are some caveats.
In the BarItemOptions I tried to add maxbarwidth, but the width of the bar does not change or reduce. Is there anyway to set the bar width of the bars? Thanks

`Chart(
state: ChartState(

                    itemOptions: BarItemOptions(maxBarWidth: 10, minBarWidth: 5),

)
)`

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

No branches or pull requests

1 participant