fixed z-order so indicators appear on top of price candles
This commit is contained in:
@ -119,6 +119,8 @@ timeScale: {
|
||||
priceLineVisible: false,
|
||||
}, 0);
|
||||
|
||||
this.candleSeries.order(0);
|
||||
|
||||
this.currentPriceLine = this.candleSeries.createPriceLine({
|
||||
price: 0,
|
||||
color: '#26a69a',
|
||||
|
||||
Reference in New Issue
Block a user