We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c0c7c commit 8334da4Copy full SHA for 8334da4
test/index.js
@@ -1,3 +1,3 @@
1
const plot = require('../dist/lib');
2
-plot.stack([{ x: [0], y: [1], type: 'line'}])
+plot.stack([{ x: [0], y: [1], type: 'scatter'}])
3
plot.plot()
0 commit comments