Skip to content
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

Wrong Limit line positioning when axisMinimum is set to 0 #2128

Closed
thierrybucco opened this issue Feb 1, 2017 · 1 comment
Closed

Wrong Limit line positioning when axisMinimum is set to 0 #2128

thierrybucco opened this issue Feb 1, 2017 · 1 comment

Comments

@thierrybucco
Copy link

Hi,

I am experiencing wrong limit line positioning on a line chart.
When I set leftAxis.axisMinimum = 0, its position is wrong as you can see on screenshots below.

with lineChartView.leftAxis.axisMinimum = 0
with leftaxis axisminimum = 0

without setting axisMinimum
capture d ecran 2017-02-01 a 11 39 22

Do you have an idea why?

Thanks

Thierry

@thierrybucco
Copy link
Author

I found my problem.
I was add limit line on rightAxis instead of leftAxis...

lineChartView.leftAxis.addLimitLine(chartLimitLine)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant