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

Limit Line after update to 3.0.2 no longer shown #2319

Closed
stefanoventurin opened this issue Apr 3, 2017 · 2 comments
Closed

Limit Line after update to 3.0.2 no longer shown #2319

stefanoventurin opened this issue Apr 3, 2017 · 2 comments

Comments

@stefanoventurin
Copy link

Hi, after the update to 3.0.2, limit line is not longer shown. I've tried to discard all changed (so I returned to 3.0.1) and all works fine.

There's another way to get it? Thanks.

@liuxuan30
Copy link
Member

liuxuan30 commented Apr 5, 2017

image

I can see it in ChartsDemo in latest master. Please you double check on your side and reopen if you have more details

@NallapatiMalleswari
Copy link

let lowLimitLine = ChartLimitLine(limit: 100, label: "Low Threshold")
lowLimitLine.lineWidth = 3.0
// lowLimitLine.lineDashLengths = [20, 2]
lowLimitLine.lineColor = UIColor.green
// lowLimitLine.valueTextColor = UIColor.lightGray
charts.leftAxis.addLimitLine(lowLimitLine)
If you want to make it as line instead dots ,uncomment the above two lines

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

3 participants