Skip to content

Commit e2796b0

Browse files
committed
ui-chart: set minorSplitLine false to remove additional vertical grid lines
1 parent 949a58c commit e2796b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ui/src/widgets/ui-chart/UIChart.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,7 @@ export default {
271271
color: textColor
272272
},
273273
minorSplitLine: {
274-
show: true,
275-
lineStyle: {
276-
color: gridColor
277-
}
274+
show: false
278275
}
279276
},
280277
yAxis: {

0 commit comments

Comments
 (0)