We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to hide the value labels using the dataSet.setDrawValues method.
dataSet.setDrawValues
I expected that the values will be hidden and the line chart's coordinates will be aligned to the grid.
The coordinates are a bit off, as it looks like the value labels had some padding around them.
Charts version/Branch/Commit Number: 3.0.4 Xcode version: 9.2 Swift version:4 Platform(s) running Charts: iOS macOS version running Xcode: 10.13.1
https://github.com/Team3316/kassandra-ios
The text was updated successfully, but these errors were encountered:
I currently solved the problem by adding a variable offset to the values, but this is a bad practice.
Sorry, something went wrong.
+1, had the same problem.
offset is ok
Nevermind, this was a problem due to forcing a certain number of labels in the left y-axis.
No branches or pull requests
What did you do?
I tried to hide the value labels using the
dataSet.setDrawValues
method.What did you expect to happen?
I expected that the values will be hidden and the line chart's coordinates will be aligned to the grid.
What happened instead?
The coordinates are a bit off, as it looks like the value labels had some padding around them.
Charts Environment
Charts version/Branch/Commit Number: 3.0.4
Xcode version: 9.2
Swift version:4
Platform(s) running Charts: iOS
macOS version running Xcode: 10.13.1
Demo Project
https://github.com/Team3316/kassandra-ios
The text was updated successfully, but these errors were encountered: