Skip to content

Commit 8334da4

Browse files
committed
tests: fix test plot file to use type scatter
1 parent 01c0c7c commit 8334da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const plot = require('../dist/lib');
2-
plot.stack([{ x: [0], y: [1], type: 'line'}])
2+
plot.stack([{ x: [0], y: [1], type: 'scatter'}])
33
plot.plot()

0 commit comments

Comments
 (0)