Browse Source

added examples on the example page

gh-pages
Alex de Mulder 9 years ago
parent
commit
b0424f47fc
4 changed files with 18 additions and 0 deletions
  1. BIN
      images/exampleScreenshots/network/35.png
  2. BIN
      images/exampleScreenshots/network/36.png
  3. BIN
      images/exampleScreenshots/network/37.png
  4. +18
    -0
      network_examples.html

BIN
images/exampleScreenshots/network/35.png View File

Before After
Width: 250  |  Height: 250  |  Size: 27 KiB

BIN
images/exampleScreenshots/network/36.png View File

Before After
Width: 250  |  Height: 250  |  Size: 34 KiB

BIN
images/exampleScreenshots/network/37.png View File

Before After
Width: 250  |  Height: 250  |  Size: 33 KiB

+ 18
- 0
network_examples.html View File

@ -328,6 +328,24 @@
<div class="exampleTitle">circular images</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<a href="examples/network/35_label_stroke.html">
<img class="example img-responsive" src="./images/exampleScreenshots/network/35.png">
<div class="exampleTitle">label stroke</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<a href="examples/network/36_HTML_in_Nodes.html">
<img class="example img-responsive" src="./images/exampleScreenshots/network/36.png">
<div class="exampleTitle">HTML in nodes!</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<a href="examples/network/37_label_alignment.html">
<img class="example img-responsive" src="./images/exampleScreenshots/network/37.png">
<div class="exampleTitle">labelAlignment for edges</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<a href="examples/network/graphviz/graphviz_gallery.html">
<img class="example img-responsive" src="./images/exampleScreenshots/network/graphviz.png">

Loading…
Cancel
Save