Skip to content

Commit a5170d4

Browse files
committed
Fixed tests after changing the way templates work.
1 parent 3da38b5 commit a5170d4

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/test/dataframe-fluent.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ describe("data-forge-plot - dataframe fluent", () => {
4444
chartType: "line",
4545
width: 800,
4646
height: 600,
47-
template: "c3",
4847
x: {
4948
axisType: "default",
5049
label: {},

src/test/dataframe.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe("data-forge-plot - dataframe configuration", () => {
4242
chartType: "line",
4343
width: 800,
4444
height: 600,
45-
template: "c3",
4645
x: {
4746
axisType: "default",
4847
label: {},

src/test/series.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe("data-forge-plot - series", () => {
4242
chartType: "line",
4343
width: 800,
4444
height: 600,
45-
template: "c3",
4645
x: {
4746
axisType: "default",
4847
label: {}

0 commit comments

Comments
 (0)