-
-
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
When using CombinedChartView, CandleChartData cannot be displayed #3729
Comments
I also met this problem, It seems like that when you use cocoapods to import Charts, the code is different from the code in Samples |
+1 |
Agree with this issue. Seems to be caused in CandleStickChartRenderer:drawDataSet. The guard assumes that the dataProvider is a CandleStickChartView which it will not be when you are using a CombinedChartView. |
it should be fixed already in master. |
I also met this problem.but has been resolved in master,thank you |
The latest version -(3.2.1),When using CombinedChartView,Other types of graphs can be displayed,But CandleChartData cannot be displayed。 3.1.1 version can be!
The text was updated successfully, but these errors were encountered: