Skip to content

Commit 31cc693

Browse files
committed
Update MixedChartComposer.swift
1 parent 578406f commit 31cc693

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AAInfographicsDemo/Demo/AAChartModel/Composer/MixedChartComposer.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,10 @@ class MixedChartComposer {
593593
AASeriesElement()
594594
.name("Average Value")
595595
.type(.line)
596-
.data([3, 2.67, 3, 6.33, 3.33])
596+
.data([3, 2.67, 3, 6.33, 3.33,
597+
3, 2.67, 3, 6.33, 3.33,
598+
3, 2.67, 3, 6.33, 3.33,
599+
3, 2.67, 3, 6.33, 3.33])
597600
.marker(AAMarker()
598601
.fillColor("#1E90FF")
599602
.lineWidth(2.0)

0 commit comments

Comments
 (0)