From d3cad8efdc9ceb02b29a940fbce589c2c026d629 Mon Sep 17 00:00:00 2001 From: Mark Silverwood <3482679+SlicedSilver@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:28:29 +0000 Subject: [PATCH] CLL-310: update e2e test case for v5 --- .../price-scale/price-scale-width-without-crosshair.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/graphics/test-cases/price-scale/price-scale-width-without-crosshair.js b/tests/e2e/graphics/test-cases/price-scale/price-scale-width-without-crosshair.js index cdf52953de..dcd80e1afa 100644 --- a/tests/e2e/graphics/test-cases/price-scale/price-scale-width-without-crosshair.js +++ b/tests/e2e/graphics/test-cases/price-scale/price-scale-width-without-crosshair.js @@ -22,7 +22,7 @@ function runTestCase(container) { const data1 = Array.from({ length: 10 }).map((_, index) => ({ time: index * 10000, value: 1000000 * (100 - index), color: index % 2 ? '#ff0000' : '#0000ff' })); - const series1 = chart.addLineSeries({ + const series1 = chart.addSeries(LightweightCharts.LineSeries, { priceFormat: { type: 'volume', precision: 3,