You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the BallonMarker. It seems that the marker will got clipped near edges. Can the api provide information about the bounds of the graph view, so that the marker got a change to decide how to handle that situation ?
The text was updated successfully, but these errors were encountered:
I don't think marker will get clipped by the libary unless you have a bigger marker view and clipped by UIView itself.
I checked the code, drawMarkers(context: context) is after CGContextRestoreGState(context)
I am using the BallonMarker. It seems that the marker will got clipped near edges. Can the api provide information about the bounds of the graph view, so that the marker got a change to decide how to handle that situation ?
The text was updated successfully, but these errors were encountered: