You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ comes bundled with some useful tools while developing - all bundled under the
69
69
`Tabs` object:
70
70
71
71
72
-
| Method/Property | Description |
73
-
|-|-|
72
+
| Method/Property | Description |
73
+
|------------------------|-------------|
74
74
|`Tabs.fresh([id])`| Creates a fresh graph div and returns it (default id of `graph`). |
75
75
|`Tabs.getGraph([id])`| Returns the default or specified graph div. |
76
-
| `Tabs.plotMock(mock, [id]) | Plots the specified mock (`.json` extension is not required). |
77
-
| `Tabs.snapshot([id]) | Creates a png snapshot of the plot and places it below. |
76
+
|`Tabs.plotMock(mock, [id])`| Plots the specified mock (`.json` extension is not required). |
77
+
|`Tabs.snapshot([id])`| Creates a png snapshot of the plot and places it below. |
78
78
|`Tabs.reload()`| Reloads the plotly.js script and will execute `Tabs.onReload` once completed. |
79
79
|`Tabs.onReload()`| By default, set to `noop` but you may set `Tabs.onReload` to any function you wish. This is useful for replotting a mock or test every time you reload the plotly.js script. |
0 commit comments