Browse Source

Added a Graph3d gallery

gh-pages
jos 10 years ago
parent
commit
e14316feb5
13 changed files with 81 additions and 0 deletions
  1. BIN
      img/gallery/graph3d/example01_basis.png
  2. BIN
      img/gallery/graph3d/example02_camera.png
  3. BIN
      img/gallery/graph3d/example03_filter.png
  4. BIN
      img/gallery/graph3d/example04_animate.png
  5. BIN
      img/gallery/graph3d/example05_line.png
  6. BIN
      img/gallery/graph3d/example06_moving_dots.png
  7. BIN
      img/gallery/graph3d/example07_dot_cloud_colors.png
  8. BIN
      img/gallery/graph3d/example08_dot_cloud_size.png
  9. BIN
      img/gallery/graph3d/example09_mobile.png
  10. BIN
      img/gallery/graph3d/example10_styles.png
  11. BIN
      img/gallery/graph3d/example11_tooltips.png
  12. BIN
      img/gallery/graph3d/playground.png
  13. +81
    -0
      index.html

BIN
img/gallery/graph3d/example01_basis.png View File

Before After
Width: 602  |  Height: 601  |  Size: 208 KiB

BIN
img/gallery/graph3d/example02_camera.png View File

Before After
Width: 606  |  Height: 720  |  Size: 218 KiB

BIN
img/gallery/graph3d/example03_filter.png View File

Before After
Width: 599  |  Height: 600  |  Size: 125 KiB

BIN
img/gallery/graph3d/example04_animate.png View File

Before After
Width: 602  |  Height: 602  |  Size: 144 KiB

BIN
img/gallery/graph3d/example05_line.png View File

Before After
Width: 602  |  Height: 602  |  Size: 49 KiB

BIN
img/gallery/graph3d/example06_moving_dots.png View File

Before After
Width: 602  |  Height: 601  |  Size: 35 KiB

BIN
img/gallery/graph3d/example07_dot_cloud_colors.png View File

Before After
Width: 602  |  Height: 602  |  Size: 80 KiB

BIN
img/gallery/graph3d/example08_dot_cloud_size.png View File

Before After
Width: 602  |  Height: 602  |  Size: 89 KiB

BIN
img/gallery/graph3d/example09_mobile.png View File

Before After
Width: 892  |  Height: 602  |  Size: 123 KiB

BIN
img/gallery/graph3d/example10_styles.png View File

Before After
Width: 605  |  Height: 751  |  Size: 86 KiB

BIN
img/gallery/graph3d/example11_tooltips.png View File

Before After
Width: 607  |  Height: 643  |  Size: 77 KiB

BIN
img/gallery/graph3d/playground.png View File

Before After
Width: 1071  |  Height: 1450  |  Size: 235 KiB

+ 81
- 0
index.html View File

@ -391,6 +391,87 @@ The source code of the examples can be found in the
</div>
</div>
<h3 id="graph3d">Graph3d</h3>
<p>
The Graph3d from vis.js visualizes three and four dimensional data.
</p>
<div class="gallery">
<div class="thumb">
<a href="examples/graph3d/example01_basis.html">
<img src="img/gallery/graph3d/example01_basis.png">
<div>basis</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example02_camera.html">
<img src="img/gallery/graph3d/example02_camera.png">
<div>camera</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example03_filter.html">
<img src="img/gallery/graph3d/example03_filter.png">
<div>filter</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example04_animate.html">
<img src="img/gallery/graph3d/example04_animate.png">
<div>animate</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example05_line.html">
<img src="img/gallery/graph3d/example05_line.png">
<div>line</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example06_moving_dots.html">
<img src="img/gallery/graph3d/example06_moving_dots.png">
<div>moving dots</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example07_dot_cloud_colors.html">
<img src="img/gallery/graph3d/example07_dot_cloud_colors.png">
<div>dot cloud colors</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example08_dot_cloud_size.html">
<img src="img/gallery/graph3d/example08_dot_cloud_size.png">
<div>dot cloud size</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example09_mobile.html">
<img src="img/gallery/graph3d/example09_mobile.png">
<div>mobile</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example10_styles.html">
<img src="img/gallery/graph3d/example10_styles.png">
<div>styles</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/example11_tooltips.html">
<img src="img/gallery/graph3d/example11_tooltips.png">
<div>tooltips</div>
</a>
</div>
<div class="thumb">
<a href="examples/graph3d/playground/index.html">
<img src="img/gallery/graph3d/playground.png">
<div>playground</div>
</a>
</div>
</div>
<h2 id="docs">Docs</h2>
<p>

Loading…
Cancel
Save