-
-
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
|
Just to update you that I'm working on the Horizontal Bar Charts. (We're using RotatedBox under the hood) It's still in progress, but you can already take a look at it here: #1827 CleanShot.2024-12-25.at.19.29.20.mp4 |
there is a simple package if you have simple requirements, I currently use this: https://pub.dev/packages/staked_horizontal_bar_chart |
There is also an advanced bar chart graph, to support all alignments with
popups and all.
https://pub.dev/packages/advanced_bar_chart
…On Fri, 27 Dec 2024, 4:06 pm Stéphane Archer, ***@***.***> wrote:
there is a simple package if you have simple requirements, I currently use
this: https://pub.dev/packages/staked_horizontal_bar_chart
—
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMWY3GXYTFH47N2VEBNDIY32HUUSVAVCNFSM4JOE4WEKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TENJWGM2TMNBQHE3Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Please check #1827 and let me know if you have any feedback. Btw, I just want to mention that the work that I have done is sponsored (financially) by the Intero The sniffers I need to add some documentation and then I think I'm done with the PR. |
Hi everyone. I have a good news 🎉 So simply we have a new property called CleanShot.2025-01-06.at.22.24.49.mp4Keep in mind that when you rotate the chart, you need to make sure that there's enough space to render your chart's content. Otherwise, you have to make some changes manually to fit it in the other direction. Thanks again to Intero The Sniffers for their financial support for this feature. |
enhancement to support horizontal bar and stacked bar charts.
The text was updated successfully, but these errors were encountered: