Skip to content

Commit b013ccb

Browse files
committed
Fixed some broken tests.
1 parent 949c20e commit b013ccb

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/test/dataframe-fluent.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ describe("data-forge-plot - dataframe fluent", () => {
3737
},
3838
plotConfig: {
3939
chartType: "line",
40+
width: 800,
41+
height: 600,
4042
y: {
4143
},
4244
},

src/test/dataframe.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ describe("data-forge-plot - dataframe configuration", () => {
3434
},
3535
plotConfig: {
3636
chartType: "line",
37+
width: 800,
38+
height: 600,
3739
},
3840
axisMap: {
3941
y: [

src/test/series.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ describe("data-forge-plot - series", () => {
3434
},
3535
plotConfig: {
3636
chartType: "line",
37+
width: 800,
38+
height: 600,
3739
},
3840
axisMap: {
3941
y: [

0 commit comments

Comments
 (0)