Remove indicator titles from series to hide names on price axis

This commit is contained in:
DiTus
2026-03-18 22:51:44 +01:00
parent 3d6b500926
commit 276ea8bdd5

View File

@ -926,10 +926,10 @@ function renderIndicatorOnPane(indicator, meta, instance, candles, paneIndex, li
}, paneIndex);
} else {
series = window.dashboard.chart.addSeries(LightweightCharts.LineSeries, {
color: plotColor,
color: plotColor,
lineWidth: plot.width || indicator.params._lineWidth || lineWidth,
lineStyle: plotLineStyle,
title: plot.title || '',
title: '',
priceLineVisible: false,
lastValueVisible: plot.lastValueVisible !== false
}, paneIndex);