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 fa5944d commit e2aebe6Copy full SHA for e2aebe6
1 file changed
CONTRIBUTING.md
@@ -43,6 +43,9 @@ by for example pasting in the console:
43
Plotly.plot(Tabs.fresh(), [{x:[1,2,3], y:[2,1,2]}]);
44
```
45
46
+- `Tabs.fresh()` creates a fresh graph div and return it and
47
+- `Tabs.getGraph()` returns the current graph div.
48
+
49
**Other npm scripts**:
50
51
- `npm run preprocess`: pre-processes the css and svg source file in js. This
0 commit comments