-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
setLabelsToSkip does not seem to function properly #594
Comments
|
Hi,
Thank you. |
yes, if you are using pods, I guess you need to switch to the source files, make the customization, build the framework, and embed it. If you are supporting iOS 7, you can directly use the source files without having to embed the framework.
|
Hello and thank you for this amazing framework.
I'm trying to create a HorizontalBarChart and to make sure no X label gets skipped. I tried [xAxis setLabelsToSkip:0] with no success. I've also tried, as a test, to increase the number of labels to skip using [xAxis setLabelsToSkip:3], but it does not seem to do anything.
I would like to try changing the Modulus manually but the isAxisModulusCustom property is readonly.
Thank you.
The text was updated successfully, but these errors were encountered: