Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e475be3

Browse files
committed
Update CONTRIBUTING.md
1 parent 4651f3e commit e475be3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ comes bundled with some useful tools while developing - all bundled under the
6969
`Tabs` object:
7070

7171

72-
| Method/Property | Description |
73-
|-|-|
72+
| Method/Property | Description |
73+
|------------------------|-------------|
7474
| `Tabs.fresh([id])` | Creates a fresh graph div and returns it (default id of `graph`). |
7575
| `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. |
7878
| `Tabs.reload()` | Reloads the plotly.js script and will execute `Tabs.onReload` once completed. |
7979
| `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. |
8080
| `Tabs.purge()` | Destroys all plots. |

0 commit comments

Comments
 (0)