Skip to content

Commit 5aff7cd

Browse files
authored
Merge pull request #1848 from colinl/1842_x_axis_label_overlap
Prevent chart x axis label overlap
2 parents c1647e9 + a5695a5 commit 5aff7cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ export default {
268268
}
269269
},
270270
axisLabel: {
271+
hideOverlap: true, // hide labels that would overlap adjacent label
271272
color: textColor
272273
},
273274
minorSplitLine: {

0 commit comments

Comments
 (0)