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

@ -929,7 +929,7 @@ function renderIndicatorOnPane(indicator, meta, instance, candles, paneIndex, li
color: plotColor, color: plotColor,
lineWidth: plot.width || indicator.params._lineWidth || lineWidth, lineWidth: plot.width || indicator.params._lineWidth || lineWidth,
lineStyle: plotLineStyle, lineStyle: plotLineStyle,
title: plot.title || '', title: '',
priceLineVisible: false, priceLineVisible: false,
lastValueVisible: plot.lastValueVisible !== false lastValueVisible: plot.lastValueVisible !== false
}, paneIndex); }, paneIndex);