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

View width is not eqaully splitting #21

Closed
ArunAshokan11 opened this issue Dec 22, 2017 · 1 comment
Closed

View width is not eqaully splitting #21

ArunAshokan11 opened this issue Dec 22, 2017 · 1 comment

Comments

@ArunAshokan11
Copy link

ArunAshokan11 commented Dec 22, 2017

screen shot 2017-12-22 at 4 03 01 pm

This is my code..!

TEABarChart *barChart = [[TEABarChart alloc] initWithFrame:CGRectMake(0.0, 0.0, barView.frame.size.width, barView.frame.size.height)];
barChart.barColors = @[[UIColor grayColor]];
barChart.data = @[@2, @7, @1, @8, @2, @8, @10, @23];
[barView addSubview:barChart];

i have given 8 values but showing 7 bars only

@xhacker
Copy link
Owner

xhacker commented Dec 31, 2017

Please attach a full sample project, thanks.

@xhacker xhacker closed this as completed Dec 31, 2017
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