Remove indicator titles from series to hide names on price axis
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user