-
-
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
Labels overlapping, what's the replacement for checkToShowTitle #1331
Comments
We changed it in the 0.50.0, now we have getTitlesWidget which you can return a simple Container() when you don't want to show the title. |
Hi, thx for your response. Yes I saw that and changed my code already but I cant make it work the way I want. I want to add one label at the top, one at the bottom and two between with the same range between. Is that currently possible? I was able to hide a label with some calculations and ranges like this but could not implement it the way described above. |
You need to do some custom calculations to achieve that. |
Im not sure how the calculations should look like. |
@encikpulasan |
@imaNNeo I found that the grid generated are not evenly spaced, the first line after minimum value is less than the interval value. I'm having issue with this since i can't set the label and grid line correctly as i wanted. You can see the difference from the images i shared above. Thanks. |
@encikpulasan how did you resolve this? |
Ok I have found this issues lessens when I use values greater than 1, my values were very small but multiplying them by 1000 helped a lot |
It seems we have a duplicate issue. So I will keep the older one which is #906 |
Hi,
I was before on version: 0.36.4 and used checkToShowTitle to hide some labels:
I updated to the latest version and tried to replace it with in getTitlesWidget:
but this does not hide the same as before and labels are overlapping.
Im not sure if something else could be also an issue but I can't find a solution.
Its not working because its not the max value but how it was working before?
Before the update it was inconsistent like sometimes only 3 values would be shown but it never overlapped at least.
I want to have one label at the top, one at the bottom and 2 in-between but can't make it work.
Thats my full configuration:
The text was updated successfully, but these errors were encountered: