Replies: 1 comment 1 reply
-
May I please know which Flet version you are using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I am still quite unexperienced with this package so hopefully I am not missing anything too obvious.
There is this things that trips me and wondering if someone possibly could shed some light on to better understand..?
It is while use the BarChart (inside a container) widget placed within a Column with another Row like:
page.add(ft.Column([ft.Row([ft.Container(chart)])]))
... interestingly, replacing the chart with a Text instead does work like:
page.add(ft.Column([ft.Row([ft.Text('Foo Bar')])]))
I've tried a few different samples (in the code sample) and been unable to find a good answer to this.
.. or should this be considered a bug?
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions