-
-
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
Right Y-Axis values displaying incorrectly in LineChartDemo #665
Comments
I don't see this issue on my side. And your code seems fine. What I can suggest is, try first setup up the chart, and set chartView.data at last. If you still has the problem, could you use ChartsDemo to reproduce it and post the data set code? |
Have you tried setting the axisDependency? Default ist a left dependency and I have not seen any code in the Framework to change that, if the left axis is disabled.
|
Oh yeah, I remember it, @adriansoghoian does not set axis dependency when he turns off left axis and enabled the right one. based on @AndreasIgelCC's comments, I believe it's the reason. |
Awesome, many thanks @AndreasIgelCC! Confirming that setting the axis dependency has fixed the issue. |
is there anyway to make the line chart look like IOS Stock App?? |
Thanks for an awesome library, my app is using it extensively to plot stock market related data. When the app launches, I'll send a note in case you'd like to take a look.
I currently have a strange bug where the Y-axis values are being plotted incorrectly -- it looks like they're being slightly offset.
I'm not doing any custom scaling with the data. Here are the relevant code snippets below:
Thank you in advance for any help you can provide!
The text was updated successfully, but these errors were encountered: