Remove indicator titles from series to hide names on price axis
This commit is contained in:
@ -926,10 +926,10 @@ function renderIndicatorOnPane(indicator, meta, instance, candles, paneIndex, li
|
|||||||
}, paneIndex);
|
}, paneIndex);
|
||||||
} else {
|
} else {
|
||||||
series = window.dashboard.chart.addSeries(LightweightCharts.LineSeries, {
|
series = window.dashboard.chart.addSeries(LightweightCharts.LineSeries, {
|
||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user