Skip to content

Commit 55e71fb

Browse files
committed
Update MixedChartVC.m
1 parent fe75e00 commit 55e71fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AAChartKitDemo/ChartsDemo/MixedChartVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ - (AAChartModel *)configureAllLineDashStyleTypesMixedChart {
313313
.markerRadiusSet(@0)//隐藏连接点
314314
.seriesSet(@[
315315
AASeriesElement.new
316-
.nameSet(@"Solid")
316+
.nameSet(AAChartLineDashStyleTypeSolid)
317317
.lineWidthSet(@3)
318318
.dataSet(@[@50, @620, @230, @370, @130, @720, @230, @570, @230, @400,@100,]),
319319
AASeriesElement.new

0 commit comments

Comments
 (0)