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 623279e commit dc334d7Copy full SHA for dc334d7
src/index.ts
@@ -1,6 +1,2 @@
1
export { plot, clear, stack } from './plot';
2
export { Plot, Layout } from './models/index';
3
-
4
-import { plot } from './plot';
5
6
-plot([{x: [1, 2], y: [1, 2]}]);
0 commit comments