Skip to content

stevehe-campray/chartview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

chartview

//条形图

HJJChartView *chartview1 = [[HJJChartView alloc] initWithFrame:CGRectMake(0, 60, self.view.frame.size.width, 150) dataSource:self style:HJJChartStyleLine];
chartview1.backgroundColor = [UIColor lightGrayColor];
[chartview1 startViewDrawing];
[self.view addSubview:chartview1];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published