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

When using CombinedChartView, CandleChartData cannot be displayed #3729

Closed
huhghg opened this issue Nov 5, 2018 · 5 comments
Closed

When using CombinedChartView, CandleChartData cannot be displayed #3729

huhghg opened this issue Nov 5, 2018 · 5 comments

Comments

@huhghg
Copy link

huhghg commented Nov 5, 2018

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!

@JiaLcrown
Copy link

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

@kkongchi5
Copy link

+1

@andysharp
Copy link

andysharp commented Nov 9, 2018

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.

@liuxuan30
Copy link
Member

it should be fixed already in master.

@lh948
Copy link

lh948 commented Dec 7, 2018

I also met this problem.but has been resolved in master,thank you

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

6 participants