From fd921aa1ce86e6e1a4c9ce3c6f32ba526e4e435b Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 13 Aug 2013 16:27:17 +0200 Subject: [PATCH] Examples updated --- docs/dataset.html | 1 - docs/dataview.html | 1 - docs/index.html | 1 - docs/timeline.html | 4 +--- examples/graph/index.html | 35 +++++++++++++++++++++++++++++++++++ examples/index.html | 20 ++++++++++++++++++++ examples/timeline/index.html | 23 +++++++++++++++++++++++ 7 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 examples/graph/index.html create mode 100644 examples/index.html create mode 100644 examples/timeline/index.html diff --git a/docs/dataset.html b/docs/dataset.html index b6590ff2..1847a3b1 100644 --- a/docs/dataset.html +++ b/docs/dataset.html @@ -3,7 +3,6 @@ vis.js | DataSet documentation - diff --git a/docs/dataview.html b/docs/dataview.html index e637a2e0..bb459d9c 100644 --- a/docs/dataview.html +++ b/docs/dataview.html @@ -3,7 +3,6 @@ vis.js | DataView documentation - diff --git a/docs/index.html b/docs/index.html index fbd7bd60..4e1f8215 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,6 @@ vis.js | documentation - diff --git a/docs/timeline.html b/docs/timeline.html index 2b0fb2e1..4bdd9ee7 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -141,9 +141,7 @@ var items = [ start: new Date(2010, 7, 15), end: new Date(2010, 8, 2), // end is optional content: 'Trajectory A' - // Optional: a field 'group' - // Optional: a field 'className' - // Optional: a field 'editable' + // Optional: fields 'id', 'type', 'group', 'className' } // more items... ]); diff --git a/examples/graph/index.html b/examples/graph/index.html new file mode 100644 index 00000000..04691215 --- /dev/null +++ b/examples/graph/index.html @@ -0,0 +1,35 @@ + + + + + vis.js | examples + + + + + +
+ +

vis.js examples

+ +

01_basic_usage.html

+

02_random_nodes.html

+

03_images.html

+

04_shapes.html

+

05_social_network.html

+

06_groups.html

+

07_selections.html

+

08_mobile_friendly.html

+

09_sizing.html

+

10_multiline_text.html

+

11_custom_style.html

+

12_scalable_images.html

+

13_dashed_lines.html

+

14_dot_language.html

+

15_dot_language_playground.html

+

16_dynamic_data.html

+

graphviz_gallery.html

+ +
+ + \ No newline at end of file diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 00000000..cbac149d --- /dev/null +++ b/examples/index.html @@ -0,0 +1,20 @@ + + + + + vis.js | examples + + + + + +
+ +

vis.js examples

+ +

graph

+

timeline

+ +
+ + \ No newline at end of file diff --git a/examples/timeline/index.html b/examples/timeline/index.html new file mode 100644 index 00000000..faa6b2c4 --- /dev/null +++ b/examples/timeline/index.html @@ -0,0 +1,23 @@ + + + + + vis.js | examples + + + + + +
+ +

vis.js examples

+ +

01_basic.html

+

02_dataset.html

+

03_much_data.html

+

04_html_data.html

+

05_groups.html

+ +
+ + \ No newline at end of file