Skip to content

Commit

Permalink
CLL-310: update e2e test case for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Dec 2, 2024
1 parent 009c74d commit d3cad8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d3cad8e

Please sign in to comment.