Skip to content

Commit

Permalink
Merge pull request #2872 from danielgindi/bubble
Browse files Browse the repository at this point in the history
duplicated code for set1 in set2 section
  • Loading branch information
liuxuan30 authored Oct 17, 2017
2 parents 130d026 + ad4d942 commit 0a63b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChartsDemo/Classes/Demos/BubbleChartViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ - (void)setDataCount:(int)count range:(double)range
[set1 setDrawValuesEnabled:YES];

BubbleChartDataSet *set2 = [[BubbleChartDataSet alloc] initWithValues:yVals2 label:@"DS 2"];
set1.drawIconsEnabled = NO;
set2.iconsOffset = CGPointMake(0, 15);
[set2 setColor:ChartColorTemplates.colorful[1] alpha:0.50f];
[set2 setDrawValuesEnabled:YES];
Expand Down

0 comments on commit 0a63b74

Please sign in to comment.