diff --git a/src/components/charts/CandleChart.vue b/src/components/charts/CandleChart.vue index 5999ae30..24cd5f22 100644 --- a/src/components/charts/CandleChart.vue +++ b/src/components/charts/CandleChart.vue @@ -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 },