Problem with verticalInterval and leftTitles #1610
Closed
0verEngineer
started this conversation in
General
Replies: 1 comment
-
Ah i found my issue: i have set the titlesData.leftTitles.sideTitles.interval to my horizontalInterval and now it is working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I calculate the value per y point and set it as the horizontalInterval of the FlGridData, the problem i have now is with the leftTitles, the method for the leftTitles is called with normal integers (1,2,3,4,...) even if my horizontalInterval is set to 1.11, so i am unable to create left titles on the same height as the horizontal lines.
Is there a solution for this?
Beta Was this translation helpful? Give feedback.
All reactions