Skip to content

Commit

Permalink
added space in _js
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed May 5, 2017
1 parent fe195e2 commit 013d099
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
Binary file modified docs/_build_html/.doctrees/clustergrammer_js.doctree
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_build_html/_sources/clustergrammer_js.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ This workflow shows how to generate a visualization using the JSON produced by C
"col_nodes":[...],
"mat": [...]
}

// args must contain root of container and the visualization JSON
var args = {
'root': '#id_of_container',
Expand Down
1 change: 1 addition & 0 deletions docs/_build_html/clustergrammer_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
<span class="s2">&quot;col_nodes&quot;</span><span class="p">:[</span><span class="o">...</span><span class="p">],</span>
<span class="s2">&quot;mat&quot;</span><span class="p">:</span> <span class="p">[</span><span class="o">...</span><span class="p">]</span>
<span class="p">}</span>

<span class="o">//</span> <span class="n">args</span> <span class="n">must</span> <span class="n">contain</span> <span class="n">root</span> <span class="n">of</span> <span class="n">container</span> <span class="ow">and</span> <span class="n">the</span> <span class="n">visualization</span> <span class="n">JSON</span>
<span class="n">var</span> <span class="n">args</span> <span class="o">=</span> <span class="p">{</span>
<span class="s1">&#39;root&#39;</span><span class="p">:</span> <span class="s1">&#39;#id_of_container&#39;</span><span class="p">,</span>
Expand Down
1 change: 1 addition & 0 deletions docs/clustergrammer_js.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ This workflow shows how to generate a visualization using the JSON produced by C
"col_nodes":[...],
"mat": [...]
}

// args must contain root of container and the visualization JSON
var args = {
'root': '#id_of_container',
Expand Down

0 comments on commit 013d099

Please sign in to comment.