reverted order method - not available in lightweight-charts v5

This commit is contained in:
DiTus
2026-03-01 21:25:51 +01:00
parent 37b41caedc
commit 264ce72737
2 changed files with 0 additions and 3 deletions

View File

@ -119,8 +119,6 @@ timeScale: {
priceLineVisible: false, priceLineVisible: false,
}, 0); }, 0);
this.candleSeries.order(0);
this.currentPriceLine = this.candleSeries.createPriceLine({ this.currentPriceLine = this.candleSeries.createPriceLine({
price: 0, price: 0,
color: '#26a69a', color: '#26a69a',

View File

@ -772,7 +772,6 @@ function renderIndicatorOnPane(indicator, meta, instance, candles, paneIndex, li
} }
series.setData(data); series.setData(data);
series.order(1);
indicator.series.push(series); indicator.series.push(series);
plotsCreated++; plotsCreated++;
console.log(`Created series for ${indicator.id}, plot=${plot.id}, total series now=${indicator.series.length}`); console.log(`Created series for ${indicator.id}, plot=${plot.id}, total series now=${indicator.series.length}`);