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),
)
)`