We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I am getting an error saying Cannot assign a value of type 'BalloonMarker' to a value of type 'ChartMarker?'
BalloonMarker is the same as the Balloon marker in the demo.
Code:
let marker:BalloonMarker = BalloonMarker(color: UIColor.redColor(), font: UIFont(name: "Roboto", size: 15)!, insets: UIEdgeInsets(top: 8.0, left: 8.0, bottom: 8.0, right: 8.0)) marker.minimumSize = CGSizeMake(80.0, 40.0) //Line with error cell.chart.marker = marker
Is this a bug?
The text was updated successfully, but these errors were encountered:
Problem was that I had created a subclass of ChartMarker... Sorry for this issue.
Sorry, something went wrong.
Hi could you provide your working code? I am also facing the same problem.
No branches or pull requests
Hi!
I am getting an error saying Cannot assign a value of type 'BalloonMarker' to a value of type 'ChartMarker?'
BalloonMarker is the same as the Balloon marker in the demo.
Code:
Is this a bug?
The text was updated successfully, but these errors were encountered: