-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
enhancement to support horizontal bar chart. #113
Comments
I'm working on horizontal bar charts: Things that are still not behaving nicely are backdraw bars and stack items. The rest should be production ready. |
Any update for horizontal bar chart? |
Any update on this? |
I'm busy as a bee 😢😢 |
We added StackedBarChart feature. I remove it from the title. Now we just need the horizontal bar chart. |
There is a temporary workaround mentioned here |
Any update on this? |
Not yet! |
|
Yes, it is on the way here. |
Hi, @imaNNeoFighT any updates on this? Thank you |
Hi @sawirricardo. Not yet sir! |
Hi @imaNNeoFighT , is there any update about the horizontal bar chart? |
Hi @spoeck. |
Hi @imaNNeoFighT i have recently started working with BarCharts in flutter and came across the fl_chart library as it had the highest popularity score. The current requirement for the app i am developing requires us to create a horizontal bar chart, would love to see it added to the library, is there any update on when can we expect it to be added? |
Hi @akshatj427 At the moment you can give a thumb up to make it a high-priority issue. |
I forgot to tell you that you can also contribute to developing this feature! You can start by reading our guidelines. |
Hi @imaNNeoFighT, is there any update on this? |
any update on this? |
Any updates? |
Have any updates for this? |
Any updates are welcome |
Hi, are there any updates except workaround with rotation? Thanks |
Any updates? |
Does this plugin support horizontal bar chart now? If yes, where can find an example? |
Any updates? |
Is there any updates for Horizontal Bar Chart ? |
Hi, unfortunately, I couldn't find enough free time to do that yet. |
any update on this? |
Hi, I am having problems with aligning bottom titles (left titles after rotating) to the left, everything i tried it just looks like its centered. First i rotated chart with This is my code for titles:
|
A basic version of this could be easily implemented using FractionallySizedBox. |
|
Meanwhile, if you just need bar-chart
|
enhancement to support horizontal bar and stacked bar charts.
The text was updated successfully, but these errors were encountered: