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

Charts “3.0.2” cannot find "BalloonMarker" #2786

Closed
LeeLom opened this issue Sep 14, 2017 · 3 comments
Closed

Charts “3.0.2” cannot find "BalloonMarker" #2786

LeeLom opened this issue Sep 14, 2017 · 3 comments

Comments

@LeeLom
Copy link

LeeLom commented Sep 14, 2017

hello, I want to declare a marker like below:

let marker = BalloonMarker(color: UIColor.customBlue(), font: UIFont.systemFont(ofSize: 12.0), insets: UIEdgeInsetsMake(top: 8, left: 8, bottom: 20, right: 8))
but Xcode remind error, "Use of unresolved idtentifier 'BallonMarker'"
and I cannot find BallonMarker.swift either.

I install the Charts use pod. like "pod 'Charts', '~> 3.0.2'"

@seenoevo
Copy link

I don't use pods, I drag everything manually into my project.

However, you might want to drag BallonMarker.swift from Classes -> Components folder directly into your project and see if that helps.

@liuxuan30
Copy link
Member

it's in ChartsDemo.

@umairsuraj
Copy link

It's in ChartsDemo. But not in "pod 'Charts'. Can you please include it there. Or any separate POD for components? Thanks.

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

No branches or pull requests

4 participants