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

Marker display is abnormal #1575

Closed
Ella-Sun opened this issue Sep 28, 2016 · 2 comments
Closed

Marker display is abnormal #1575

Ella-Sun opened this issue Sep 28, 2016 · 2 comments
Labels

Comments

@Ella-Sun
Copy link

In the bar chart, if you click on the last few columns, the bubble will appear in a position offset where it should be.
If I change BalloonMarker.swift in the 63rd line of code x: point.x + offset.x, as x: point.x,, it shows normal.

bug

@liuxuan30
Copy link
Member

liuxuan30 commented Sep 29, 2016

Confirmed in lien chart as well.

@liuxuan30 liuxuan30 added the bug label Sep 29, 2016
@liuxuan30 liuxuan30 changed the title Bubble display is abnormal Marker display is abnormal Sep 29, 2016
@danielgindi
Copy link
Collaborator

It's actually not a bug, but a feature, as they say...
Instead of the marker being cut by the view, it is offset to stay in the view. This behavior can be enabled/disabled/customized by any custom marker.
This specific marker is simplistic, and the arrow does not move to reflect the correct position within the marker, as I did not have much time to invest in the demos...

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

No branches or pull requests

3 participants