Closed bettdouglas closed 2 years ago
Hey, thanks for using the lib 😄
I checked the code, thanks for providing the easily testable code example.
The issue was with ValueDecoration
when all items are 0. I fixed that now
You can use fix with reference for now, I will fix some other issues before releasing new version:
charts_painter:
git:
url: https://github.com/infinum/flutter-charts
ref: fix/value-decoration-fix
Thank you so much for the fix. It's working well
Version 2.0.0+2 includes this fix 😃
Thanks for your support bro. Much love.
Hi, many thanks for this awesome package. It's really simple and intuitive to use.
I'm getting a bug when rendering
ChartState.bar
graph. When the bar ChartData.fromList() contains all zeroes, the error below is thrown. It renders okay, but there's a failing assertion.Hope the example below is easily reproducable.
Looking foward to your assistance. I tried digging into the code, but I got abit lost.