-
-
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
I need BarChart & Linechart's extraLinesData #476
Comments
Sorry I didn't understand! |
I understand this package, bar chart can't extraLines. |
Aha got it. |
I understand you need it. But keep in mind that I have my personal life and I have to spend time on my personal stuff. I have a little time for maintaining this repo or something like that. |
I've started looking at the code to add this feature, tackling this as my first-ever contribution to OSS. The ExtraLinesData class is defined in line_chart_data.dart . We can reuse this class for the BarChart as well. Just want to find out whether I leave the class in that file, because my gut feel is that it should move to a more generic file. I'm just not sure where to move it to |
Hi @DooRooSA. |
hi @imaNNeoFighT, No worries, if it's been done already, it'll be better if I carry on with something else. Have a great day! |
Have a great day! |
was this successfully merged? |
It appears as if this has not been resolved yet. It would be very useful for me as well to draw mean and standard deviation horizontally on a bar chart. |
No. The PR contributor was not responsive and I just closed the PR. |
Thanks for the update. I am working on enabling this feature and using code from previous PRs as a starting point. |
This feature is added in 0.60.0. Check it out! |
+
and I use barchart in SingleChildScrollview.
How can I adjust width interver ?
The text was updated successfully, but these errors were encountered: