Skip to content

Commit

Permalink
Merge pull request #484 from Kitware/fix-simgraph-docs
Browse files Browse the repository at this point in the history
Fix SimiliarityGraph docs
  • Loading branch information
Roni Choudhury committed May 1, 2017
2 parents 2f61310 + 3d13295 commit b4add55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/similaritygraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example

.. raw:: html

<svg id="similaritygraph-example" width="700" height="700"></svg>
<div id="similaritygraph-example" width="700" height="700"></div>
<script type="text/javascript" >
var el = document.getElementById('similaritygraph-example');
Expand Down Expand Up @@ -61,7 +61,7 @@ Example
<body>
<script src="/static/candela.js"></script>
<script>
var el = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
var el = document.createElement('div')
el.setAttribute('width', 700);
el.setAttribute('width', 700);
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Quick start - R
components/onset
components/scatterplot
components/scatterplotmatrix
components/similaritygraph
components/survivalplot
components/upset

Expand Down

0 comments on commit b4add55

Please sign in to comment.