Skip to content

Commit

Permalink
working on JavaScript API
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Feb 17, 2017
1 parent 982dccc commit 456c928
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 3 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.
12 changes: 12 additions & 0 deletions docs/_build_html/_sources/clustergrammer_js.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ Clustergrammer-JS' API allows users to pass options to the front-end visualizati

:args: The visualization JSON as well as optional arguments will be passed here.

.. js:attribute:: args.network_data

This is where the visualization JSON should be passed.

.. js:attribute:: args.root

This required attribute is the ``id`` of the container where Clustergrammer will be built. Each Clustergrammer visualization in a page should be passed a unique ``id``.

.. :attribute:: args.about
This op
Clustergrammer functions:

.. js:function:: update_cats(row_data)
Expand Down
15 changes: 14 additions & 1 deletion docs/_build_html/clustergrammer_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,20 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Args:</th><td class="field-body">The visualization JSON as well as optional arguments will be passed here.</td>
<tr class="field-odd field"><th class="field-name">Args:</th><td class="field-body"><p class="first">The visualization JSON as well as optional arguments will be passed here.</p>
<dl class="attribute">
<dt id="args.network_data">
<code class="descclassname">args.</code><code class="descname">network_data</code><a class="headerlink" href="#args.network_data" title="Permalink to this definition"></a></dt>
<dd><p>This is where the visualization JSON should be passed.</p>
</dd></dl>

<dl class="last attribute">
<dt id="args.root">
<code class="descclassname">args.</code><code class="descname">root</code><a class="headerlink" href="#args.root" title="Permalink to this definition"></a></dt>
<dd><p>This required attribute is the <code class="docutils literal"><span class="pre">id</span></code> of the container where Clustergrammer will be built. Each Clustergrammer visualization in a page should be passed a unique <code class="docutils literal"><span class="pre">id</span></code>.</p>
</dd></dl>

</td>
</tr>
</tbody>
</table>
Expand Down
15 changes: 14 additions & 1 deletion docs/_build_html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
<h1 id="index">Index</h1>

<div class="genindex-jumpbox">
<a href="#C"><strong>C</strong></a>
<a href="#A"><strong>A</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#F"><strong>F</strong></a>
Expand All @@ -156,6 +157,18 @@ <h1 id="index">Index</h1>
| <a href="#W"><strong>W</strong></a>

</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="clustergrammer_js.html#args.network_data">args.network_data (args attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="clustergrammer_js.html#args.root">args.root (args attribute)</a>
</li>
</ul></td>
</tr></table>

<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
Expand Down
Binary file modified docs/_build_html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build_html/searchindex.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/clustergrammer_js.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ Clustergrammer-JS' API allows users to pass options to the front-end visualizati

:args: The visualization JSON as well as optional arguments will be passed here.

.. js:attribute:: args.network_data

This is where the visualization JSON should be passed.

.. js:attribute:: args.root

This required attribute is the ``id`` of the container where Clustergrammer will be built. Each Clustergrammer visualization in a page should be passed a unique ``id``.

.. :attribute:: args.about
This op
Clustergrammer functions:

.. js:function:: update_cats(row_data)
Expand Down

0 comments on commit 456c928

Please sign in to comment.