-
-
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
drawHighlighted() not calling #1212
Comments
don't you see |
when i am touching at any filled circle it is going to crash and gives following error so please help me to solved out this... |
well.. this is not the right place to ask such question, it's more like a programming issue, and stack overflow is the right place. to your question, you have to check the back trace why the chart object is base class, e.g. not LineChartRenderer but ChartRendererBase |
or could you reproduce it with ChartsDemo |
import UIKit
import Charts
class LineChartViewController: UIViewController, ChartViewDelegate {
}
Error:-fatal error: drawHighlighted() cannot be called on ChartDataRendererBase: file /Users/MyMac/Documents/MyChart-Demo/Pods/Charts/Charts/Classes/Renderers/ChartDataRendererBase.swift, line 48
The text was updated successfully, but these errors were encountered: