-
-
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
added axis titles #115
added axis titles #115
Conversation
Hi there, |
Do you need anything to handle this PR? |
Did you see my comment? |
|
@@ -38,7 +38,8 @@ class LineChartSample5 extends StatelessWidget { | |||
return MapEntry( | |||
index, | |||
[ | |||
LineBarSpot(tooltipsOnBar, lineBarsData.indexOf(tooltipsOnBar), tooltipsOnBar.spots[index]), | |||
LineBarSpot(tooltipsOnBar, lineBarsData.indexOf(tooltipsOnBar), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there, really nice to see your PR.
Please prevent to commit these kinds of reformats.
It makes the review hard, and also some redundant changes, please revert all of the changes due to reformat, then I will review it and I will merge it.
Thanks!
Sorry man, I didn't submit it. |
Of course. My AS is configured to run dartfmt on save. |
Hi @juumixx, |
also please rebase your branch to retrieve the ScatterChart. |
Hello?? |
Hi, sorry I didn't have the time yet to look into the other charts. I will try to build it into the other charts, too. |
Thanks man! |
I updated my branch and am working on integrating the axis titles to the bar charts now. |
Thanks! |
Actually, I'm moving it up to the AxisChartPainter, so it should also work for the ScatterChart |
I still added an example to the scatter charts. I think it is ready to merge now. |
Thanks, man, I'm gonna review it. |
And again thank you for this great feature. |
Did you leave comments somewhere in the code? |
Yes but I forgot to submit them, sorry about that. |
Hello, how's it going? |
Thanks for the review. We still have to finish a release until Christmas, but maybe I'll get to fixing the issues on Friday. |
Ok, thanks for the update. |
I updated the PR. |
Will do |
Hi there, |
Voilà! |
Yay, congrats! |
Thanks :D |
Hi, I am still having trouble with displaying the axis titles. 'axisTitleData' not defined |
Hi @kaarens93 |
@juumixx hi, I just opened an issue. Thank you! I am sure I'm overlooking something small. |
I implemented the possibility to add axis descriptions to the line charts.
You can add text to each axis on the left, right, top and bottom, which will be shown outside of the current axis titles.