+ (instancetype)pointItemWithRawX:(NSString *)rawx andRowY:(NSString *)rowy
如:
LSSPieChartItem *item1 = [LSSPieChartItem pointItemWithRawX:@"衣服费" andRowY:@"1"];
......
LSSPieChartData *data = [[LSSPieChartData alloc]init];
data.items = @[item1].mutableCopy;
data.fillColors = @[[UIColor redColor]].mutableCopy;
chart.percentOfInnerHoleRadius = 0.75f;
chart.data = data;
[chart strokeChart];
-
Notifications
You must be signed in to change notification settings - Fork 1
LSSSSL/LSSPieChart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
环状比例饼图
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published