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

[swift 3.0 specific]fix linear line chart additional line segments wile zooming in #1420

Merged
merged 1 commit into from
Sep 20, 2016

Conversation

liuxuan30
Copy link
Member

@liuxuan30 liuxuan30 commented Sep 9, 2016

#1421

This is due to Swift 3.0 has

func strokeLineSegments(between points: [CGPoint])

while swift 2.x is

CGContextStrokeLineSegments(context, _lineSegments, size)

This is due to Swift 3.0 has func strokeLineSegments(between points: [CGPoint]) while swift 2.x is CGContextStrokeLineSegments(context, _lineSegments, size)
@liuxuan30 liuxuan30 changed the title fix linear line chart additional line segments wile zooming in [swift 3.0 specific]fix linear line chart additional line segments wile zooming in Sep 9, 2016
@liuxuan30
Copy link
Member Author

closing due to fixed in master

@liuxuan30 liuxuan30 closed this Sep 19, 2016
@liuxuan30 liuxuan30 reopened this Sep 20, 2016
@liuxuan30
Copy link
Member Author

oops acutally it is merging into Swift 3.0.

@liuxuan30 liuxuan30 merged commit ab3bb61 into ChartsOrg:Swift-3.0 Sep 20, 2016
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

Successfully merging this pull request may close these issues.

1 participant