mzimmerm / flutter_charts

Charts Library for Flutter, written in Dart with Flutter.
Other
253 stars 42 forks source link

Chart is displayed outside of the widget #44

Open unix14 opened 10 months ago

unix14 commented 10 months ago
image

(The green area should be the widget's boundaries.) I'm trying to debug the issue why the graph is being displayed outside of the widget boundaries. I tried SizedBox, i tried container with constant height. I also tried removing the Expanded wrapping it, whatever i do i couldn't fix it!!

also the fact that clicking on thw chart is not possible is very frustrating!!

unix14 commented 10 months ago

i found out it was caused because of me giving it the yUserLabels, when disabling it it drew the y labels by it's own , but then made a different bug.

image

This is not a good library 👎