Hide overlapping labels

This commit is contained in:
Matthias 2024-07-03 15:20:42 +02:00
parent 7724ca60f5
commit aa156d3b42

View File

@ -392,7 +392,10 @@ function updateChart(initial = false) {
position: props.labelSide,
nameLocation: 'middle',
nameGap: NAMEGAP,
axisLabel: { show: true },
axisLabel: {
show: true,
hideOverlap: true,
},
axisLine: { show: false },
axisTick: { show: false },
splitLine: { show: false },