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

Chart Won't Display #2381

Closed
pktrkts opened this issue Apr 21, 2017 · 1 comment
Closed

Chart Won't Display #2381

pktrkts opened this issue Apr 21, 2017 · 1 comment

Comments

@pktrkts
Copy link

pktrkts commented Apr 21, 2017

Hi,

I have a class hierarchy that looks complex. I have a ChartViewBase object in a UIView. I have a ChartViewControllerBase, which is a base class for all the chart view controllers. I have a LineAndBarChartViewControllerBase, a BarChartViewControllerBase, and a class I'll call DerivedBarChartViewController. Each of these classes has code in it that contributes to the chart, with the bulk of the code in LineAndBarChartViewControllerBase. I have the UIView as the delegate of the ChartViewBase object (though I'm not sure this is correct). Any ideas on why the chart won't display? All I see is a black box, and I've spent a few hours debugging and getting nowhere. Any ideas on what I might be doing wrong would be greatly appreciated. Thanks!

Sincerely,
Sean

@liuxuan30
Copy link
Member

liuxuan30 commented Apr 21, 2017

usually you need to post a demo project so we know what's going on.
have a ChartViewBase object in a UIView does not sound good. You better ask on SO, as this is not about the library. It's about your code problem.

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

2 participants