-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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 out of view #1046
Comments
This is a legend more than a marker. Anyway, you should take a look at how marker rect is calculated. |
It's a legend in a marker :-) |
You are using the BalloonMarker from the demo, which had an oversight of not looking at offset. I will push a fix to this, but you will need to update your marker's code. |
The rotated xAxis label is also out of the view? |
It seems that it is still replicating. |
I have made some changes for solving this issue, Please have a look Add another draw method in ChartMarker.swift
BalloonMarker.swift
ChartViewBase.swift
|
I try to adjust the marker offset property, but it is doesn't work.
The rotated xAxis label is also out of the view.
Anybody know how to fix it?
The text was updated successfully, but these errors were encountered: