Skip to content

Commit

Permalink
Update MixedChartComposer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Nov 6, 2024
1 parent 578406f commit 31cc693
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,10 @@ class MixedChartComposer {
AASeriesElement()
.name("Average Value")
.type(.line)
.data([3, 2.67, 3, 6.33, 3.33])
.data([3, 2.67, 3, 6.33, 3.33,
3, 2.67, 3, 6.33, 3.33,
3, 2.67, 3, 6.33, 3.33,
3, 2.67, 3, 6.33, 3.33])
.marker(AAMarker()
.fillColor("#1E90FF")
.lineWidth(2.0)
Expand Down

0 comments on commit 31cc693

Please sign in to comment.