Browse Source

Added screenshots for new examples

gh-pages
josdejong 10 years ago
parent
commit
f358117bcd
11 changed files with 18 additions and 0 deletions
  1. BIN
      img/gallery/graph/18_fully_random_nodes_clustering.png
  2. BIN
      img/gallery/graph/19_scale_free_graph_clustering.png
  3. BIN
      img/gallery/graph/20_navigation.png
  4. BIN
      img/gallery/graph/21_data_manipulation.png
  5. BIN
      img/gallery/graph/22_les_miserables.png
  6. BIN
      img/gallery/graph/23_hierarchical_layout.png
  7. BIN
      img/gallery/graph/24_hierarchical_layout_predefined.png
  8. BIN
      img/gallery/timeline/06_event_listeners.png
  9. BIN
      img/gallery/timeline/07_custom_time_bar.png
  10. BIN
      img/gallery/timeline/08_edit_items.png
  11. +18
    -0
      index.html

BIN
img/gallery/graph/18_fully_random_nodes_clustering.png View File

Before After
Width: 92  |  Height: 92  |  Size: 19 KiB

BIN
img/gallery/graph/19_scale_free_graph_clustering.png View File

Before After
Width: 92  |  Height: 92  |  Size: 19 KiB

BIN
img/gallery/graph/20_navigation.png View File

Before After
Width: 92  |  Height: 92  |  Size: 19 KiB

BIN
img/gallery/graph/21_data_manipulation.png View File

Before After
Width: 92  |  Height: 92  |  Size: 20 KiB

BIN
img/gallery/graph/22_les_miserables.png View File

Before After
Width: 92  |  Height: 92  |  Size: 25 KiB

BIN
img/gallery/graph/23_hierarchical_layout.png View File

Before After
Width: 92  |  Height: 92  |  Size: 20 KiB

BIN
img/gallery/graph/24_hierarchical_layout_predefined.png View File

Before After
Width: 92  |  Height: 92  |  Size: 18 KiB

BIN
img/gallery/timeline/06_event_listeners.png View File

Before After
Width: 633  |  Height: 220  |  Size: 15 KiB

BIN
img/gallery/timeline/07_custom_time_bar.png View File

Before After
Width: 630  |  Height: 231  |  Size: 19 KiB

BIN
img/gallery/timeline/08_edit_items.png View File

Before After
Width: 630  |  Height: 203  |  Size: 9.7 KiB

+ 18
- 0
index.html View File

@ -157,6 +157,24 @@ The source code of the examples can be found in the
<div>groups</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/06_event_listeners.html">
<img src="img/gallery/timeline/06_event_listeners.png">
<div>groups</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/07_custom_time_bar.html">
<img src="img/gallery/timeline/07_custom_time_bar.png">
<div>groups</div>
</a>
</div>
<div class="thumb">
<a href="examples/timeline/08_edit_items.html">
<img src="img/gallery/timeline/08_edit_items.png">
<div>groups</div>
</a>
</div>
</div>
<h3 id="graph">Graph</h3>

Loading…
Cancel
Save