mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Hide overlapping labels
This commit is contained in:
parent
7724ca60f5
commit
aa156d3b42
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user