-
-
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
xAxis.axisMaxValue is never considered #1293
Comments
currently it's just for y axis. for x axis, use @danielgindi will v3 solve this issue? |
No, I've already tried using "setVisibleXRange", but still doesn't work unfortunately |
@velthune it should work, I have tested it.
which means you have to call |
my bad, seems I misunderstand.
Try this, should work: _chartView.data = data;
[_chartView setVisibleXRangeWithMinXRange:1 maxXRange:15];
[_chartView moveViewToX:1]; Please note, calling |
As in title, I set the property but does not change anything:
on 'axisMinValue' change, graph is drawn as I expect, but changing 'axisMaxValue' nothing happens.
The text was updated successfully, but these errors were encountered: