-
-
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
Charts ScaleX problem #3616
Comments
I know where is the issue. You are using scale by. So, I can fixed it now. |
then please file a PR, thank you |
? |
|
Oh, It does not need to create a PR, I just use a formula to change it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to auto scale chart by scaling X to fixing the size of my data. So my charts will not zoom in too much. It's will keep the same space between two points of x values in the chart. But when I call to scaleX by call this func:
Here is the debug:
https://screencast.com/t/hGJv2Rl5
What did you expect to happen?
It's should be my scale nubmer that I'm giving. Or there is any function in the lib support it
What happened instead?
It's scale with a bigger number
Charts Environment
Charts version/Branch/Commit Number:
**Xcode version:9.4
**Swift version:4.0
Platform(s) running Charts:
macOS version running Xcode:
Demo Project
ℹ Please link to or upload a project we can download that reproduces the issue.
The text was updated successfully, but these errors were encountered: