-
-
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
Add rotate angle to chart #124
Conversation
remove extra methods
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.
Btw, I appreciate your work, thank you man.
move this param to line chart sample 5
Hey there, fix your notes. I added |
add alignment for text side titles
add alignment for text side titles
Add |
Good point, didn't think about that at all. Will fix these states. |
Looks great man :) |
Thanks |
Everything looks great, |
Your welcome & thanks to you for cooperating & I'm glad it works. |
Did you read my review comment? |
change snapshot of bar chart sample 5
All set |
@@ -111,6 +111,13 @@ class FlTitlesData { | |||
} | |||
} | |||
|
|||
/// this is mimic of [MainAxisAlignment] to aligning the [SideTitles] | |||
enum SideTitlesAlignment { |
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.
I think we don't need SideTitlesAlignment
anymore?
Can you explain it's usage?
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.
The default position of TextPainter
is center of it's x-axis point.
I just add this alignment for whom wanna set this view for better rendering in special cases.
If you think it's an irrelevant parameter I can remove it.
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.
Please let's remove it because it is not fully customizable, we can just customize the x-axis pivot, and for sure we should add customization for both axes.
We can add it in the future if it is needed.
Thanks!
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.
that's a good point, I just removed it.
Great, thank you for being patient and resolve all discussions. |
Forget about it, I've just fixed it, see in the commit. |
Much an apprentice buddy. So glad to work with you |
Hope to see your more PRs :) |
add
rotateAngle
parameter toSideTitles
.consider to this issue I just add this feature to the chart.