-
-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Space between bar and xAxis labels. #4070
Comments
Hi There, I am still waiting for the response, 6 days are already gone. |
If you could verify, whether newest master version fixes the problem that would be great. |
@RobertZagorski I am using the latest version of your library. The fix PR #4013 you shared is for label rotation, whereas I want to reduce the gap between the labels and the X-axis when any of the bar value is 0. |
You are checking newest git master ref or newest version published to bintray repository? |
Hi,
Can u please share the link for the latest master library.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: RobertZagorski <[email protected]>
Sent: Thursday, June 7, 2018 12:32:37 AM
To: PhilJay/MPAndroidChart
Cc: pankaj210891; Author
Subject: Re: [PhilJay/MPAndroidChart] Space between bar and xAxis labels. (#4070)
You are checking newest git master ref or newest version published to bintray repository?
Those are the different ones.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#4070 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVGMAG8nBhq0TPVexoZpUnHP6LDpdy8-ks5t6CdNgaJpZM4USt-g>.
|
You need to download the library from github, make it as a module in your project (remove gradle dependency to MPAndroidChart), compile, open and try to reproduce the crash. |
Hi There,
I am already using the library as a module.
I noticed that when any bar value is 0 then there is a space between the labels and X-axis.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: RobertZagorski <[email protected]>
Sent: Friday, June 8, 2018 3:42:07 PM
To: PhilJay/MPAndroidChart
Cc: pankaj210891; Author
Subject: Re: [PhilJay/MPAndroidChart] Space between bar and xAxis labels. (#4070)
You need to download the library from github, make it as a module in your project (remove gradle dependency to MPAndroidChart), compile, open and try to reproduce the crash.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#4070 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVGMAO-vwvzSGEEZNpQbde5jgLIbuLMyks5t6k33gaJpZM4USt-g>.
|
So indeed this is a bug in the library. |
So what's now?
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: RobertZagorski <[email protected]>
Sent: Friday, June 8, 2018 8:46:52 PM
To: PhilJay/MPAndroidChart
Cc: pankaj210891; Author
Subject: Re: [PhilJay/MPAndroidChart] Space between bar and xAxis labels. (#4070)
So indeed this is a bug in the library.
Thanks for cooperating :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#4070 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVGMAEJXTthGFpatBE4Jcn8CdplfDDMLks5t6pVkgaJpZM4USt-g>.
|
@RobertZagorski Any solution? or any suggestion. |
1 similar comment
@RobertZagorski Any solution? or any suggestion. |
@RobertZagorski Finally I resolved the issue using xAxis.setYOffset. Thanks for the help, I am closing this issue. |
had a similar issue, was able to resolve with
|
@AndroidGecko Thanks, but its a little bit changed like
|
(Y) |
Please help me xAxis labels and bar gap is increased if any of the bar value is 0.
Please look the below images.
When any bar value is 0;
When all bar value is more than 0;
I am sure you can notice the space in both situation, I want all labels to be assigned like in the second image irrespective of value.
The text was updated successfully, but these errors were encountered: