-
-
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
Problem with BalloonMarker in lineChart #2892
Comments
I don't know why chart is nil.
I change to:
and it is working. Any suggestion why chart is nil? |
I guess there is a bug in BalloonMarker initializer. It needs one more parameter for chartView.
When initializing marker, pass your chart as last parameter:
and now self.chart is not nil |
you have forget |
try my balloon marker
and change |
Thanks, I forget |
be careful if creating a retain cycle here |
|
Finally one Line of code save 😀 |
I am using this version of BalloonMarker.
You see 3 images below. The last image doesn't show very well. What change in codes can solve my problem?
The text was updated successfully, but these errors were encountered: