Skip to content

Commit ffb5ead

Browse files
committed
fix: use future proof series colour
1 parent dc4d902 commit ffb5ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Chart/SplitSparkline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const configs = computed(() => {
159159
},
160160
},
161161
line: {
162-
color: unit.color ?? palette[i],
162+
color: seriesColor,
163163
dashIndices,
164164
dashArray: 3,
165165
},

0 commit comments

Comments
 (0)