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

Suggestion for the README.md #176

Closed
dinhvh opened this issue Jun 24, 2015 · 0 comments
Closed

Suggestion for the README.md #176

dinhvh opened this issue Jun 24, 2015 · 0 comments

Comments

@dinhvh
Copy link

dinhvh commented Jun 24, 2015

change:

JBBarChartView *barChartView = [[JBBarChartView alloc] init];

to

JBBarChartView *barChartView = [[JBBarChartView alloc] initWithFrame:CGRectMake(...)];

and same for JBLineChartView.

change:

return [[NSNumber numberWithFloat:NAN] floatValue];

to:

return NAN;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants