Skip to content

Commit f95df42

Browse files
authored
Merge pull request #1886 from colinl/1816_too_many_gridlines
ui-chart: Remove additional vertical gridlines
2 parents ad83203 + 6eb7c53 commit f95df42

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,6 @@ export default {
271271
axisLabel: {
272272
hideOverlap: true, // hide labels that would overlap adjacent label
273273
color: textColor
274-
},
275-
minorSplitLine: {
276-
show: true,
277-
lineStyle: {
278-
color: gridColor
279-
}
280274
}
281275
},
282276
yAxis: {

0 commit comments

Comments
 (0)