diff --git a/docs/dataset.html b/docs/dataset.html index 1a7c5d8b..94a1ab9e 100644 --- a/docs/dataset.html +++ b/docs/dataset.html @@ -7,7 +7,7 @@ - + diff --git a/docs/dataview.html b/docs/dataview.html index df20795f..b8c8c7d7 100644 --- a/docs/dataview.html +++ b/docs/dataview.html @@ -7,7 +7,7 @@ - + diff --git a/docs/graph2d/graph2d.html b/docs/graph2d/index.html similarity index 100% rename from docs/graph2d/graph2d.html rename to docs/graph2d/index.html diff --git a/docs/graph3d.html b/docs/graph3d.html index 68a7dd27..9a94a1f2 100644 --- a/docs/graph3d.html +++ b/docs/graph3d.html @@ -6,7 +6,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 19045da7..66e6275e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ - + diff --git a/docs/lib/prettify/lang-apollo.js b/docs/old/lib/prettify/lang-apollo.js similarity index 100% rename from docs/lib/prettify/lang-apollo.js rename to docs/old/lib/prettify/lang-apollo.js diff --git a/docs/lib/prettify/lang-css.js b/docs/old/lib/prettify/lang-css.js similarity index 100% rename from docs/lib/prettify/lang-css.js rename to docs/old/lib/prettify/lang-css.js diff --git a/docs/lib/prettify/lang-hs.js b/docs/old/lib/prettify/lang-hs.js similarity index 100% rename from docs/lib/prettify/lang-hs.js rename to docs/old/lib/prettify/lang-hs.js diff --git a/docs/lib/prettify/lang-lisp.js b/docs/old/lib/prettify/lang-lisp.js similarity index 100% rename from docs/lib/prettify/lang-lisp.js rename to docs/old/lib/prettify/lang-lisp.js diff --git a/docs/lib/prettify/lang-lua.js b/docs/old/lib/prettify/lang-lua.js similarity index 100% rename from docs/lib/prettify/lang-lua.js rename to docs/old/lib/prettify/lang-lua.js diff --git a/docs/lib/prettify/lang-ml.js b/docs/old/lib/prettify/lang-ml.js similarity index 100% rename from docs/lib/prettify/lang-ml.js rename to docs/old/lib/prettify/lang-ml.js diff --git a/docs/lib/prettify/lang-proto.js b/docs/old/lib/prettify/lang-proto.js similarity index 100% rename from docs/lib/prettify/lang-proto.js rename to docs/old/lib/prettify/lang-proto.js diff --git a/docs/lib/prettify/lang-scala.js b/docs/old/lib/prettify/lang-scala.js similarity index 100% rename from docs/lib/prettify/lang-scala.js rename to docs/old/lib/prettify/lang-scala.js diff --git a/docs/lib/prettify/lang-sql.js b/docs/old/lib/prettify/lang-sql.js similarity index 100% rename from docs/lib/prettify/lang-sql.js rename to docs/old/lib/prettify/lang-sql.js diff --git a/docs/lib/prettify/lang-vb.js b/docs/old/lib/prettify/lang-vb.js similarity index 100% rename from docs/lib/prettify/lang-vb.js rename to docs/old/lib/prettify/lang-vb.js diff --git a/docs/lib/prettify/lang-vhdl.js b/docs/old/lib/prettify/lang-vhdl.js similarity index 100% rename from docs/lib/prettify/lang-vhdl.js rename to docs/old/lib/prettify/lang-vhdl.js diff --git a/docs/lib/prettify/lang-wiki.js b/docs/old/lib/prettify/lang-wiki.js similarity index 100% rename from docs/lib/prettify/lang-wiki.js rename to docs/old/lib/prettify/lang-wiki.js diff --git a/docs/lib/prettify/lang-yaml.js b/docs/old/lib/prettify/lang-yaml.js similarity index 100% rename from docs/lib/prettify/lang-yaml.js rename to docs/old/lib/prettify/lang-yaml.js diff --git a/docs/lib/prettify/prettify.css b/docs/old/lib/prettify/prettify.css similarity index 100% rename from docs/lib/prettify/prettify.css rename to docs/old/lib/prettify/prettify.css diff --git a/docs/lib/prettify/prettify.js b/docs/old/lib/prettify/prettify.js similarity index 100% rename from docs/lib/prettify/prettify.js rename to docs/old/lib/prettify/prettify.js diff --git a/docs/old_graph2d.html b/docs/old/old_graph2d.html similarity index 97% rename from docs/old_graph2d.html rename to docs/old/old_graph2d.html index f0dbfef8..8adef7d1 100644 --- a/docs/old_graph2d.html +++ b/docs/old/old_graph2d.html @@ -7,8 +7,8 @@ background-color: #c9ffc7; } - - + + @@ -55,7 +55,7 @@

Example

The following code shows how to create a Graph2d and provide it with data. - More examples can be found in the examples directory. + More examples can be found in the examples directory.

@@ -275,7 +275,7 @@ The options colored in green can also be used as options for the groups. All opt
   yAxisOrientation
   String
   'left'
-  This defines with which axis, left or right, the graph is coupled. Example 5 shows groups with different Y axis. If no groups are coupled
+  This defines with which axis, left or right, the graph is coupled. Example 5 shows groups with different Y axis. If no groups are coupled
     with an axis, it will not be shown.
 
 
@@ -354,8 +354,8 @@ The options colored in green can also be used as options for the groups. All opt
   'overlap'
   You can choose how graph2d handles the case where barcharts are occupying the same datapoint. The possible options are:
     overlap, sideBySide, stack.
-    See example 10 for more information.
-    When using groups, see example 11.
+    See example 10 for more information.
+    When using groups, see example 11.
   
 
 
@@ -374,7 +374,7 @@ The options colored in green can also be used as options for the groups. All opt
   catmullRom.parametrization
   String
   'centripetal'
-  Define the type of parametrizaion. Example 7 shows the different methods. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant.
+  Define the type of parametrizaion. Example 7 shows the different methods. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant.
     If catmullRom is disabled, linear interpolation is used.
 
 
@@ -507,7 +507,7 @@ The options colored in green can also be used as options for the groups. All opt
   Object
   
   You can use this to toggle the visibility of groups per graph2D instance. This is different from setting the visibility flag of the groups since
-    this is not communicated across instances of graph2d. Take a look at Example 14
+    this is not communicated across instances of graph2d. Take a look at Example 14
     for more explanation.
   
 
@@ -1150,8 +1150,8 @@ Graph2d comes with support for the following locales:
 

Additionally, Graph2d has 10 preset styles for graphs, which are cycled through when loading groups. These styles can be overwritten - as well, along with defining your own classes to style the graphs! Example 4 and - example 5 show the usage of custom styles. + as well, along with defining your own classes to style the graphs! Example 4 and + example 5 show the usage of custom styles.

Data Policy

diff --git a/docs/old_network.html b/docs/old/old_network.html similarity index 99% rename from docs/old_network.html rename to docs/old/old_network.html index 8788b98a..61eaa7ae 100644 --- a/docs/old_network.html +++ b/docs/old/old_network.html @@ -4,8 +4,8 @@ vis.js | network documentation - - + + @@ -90,7 +90,7 @@

More examples can be found in the - examples directory. + examples directory.

<!doctype html>
diff --git a/docs/old_timeline.html b/docs/old/old_timeline.html
similarity index 99%
rename from docs/old_timeline.html
rename to docs/old/old_timeline.html
index 61b50ee7..a7013b53 100644
--- a/docs/old_timeline.html
+++ b/docs/old/old_timeline.html
@@ -3,8 +3,8 @@
 
   vis.js | timeline documentation
 
-  
-  
+  
+  
 
   
 
@@ -52,7 +52,7 @@
 

Example

The following code shows how to create a Timeline and provide it with data. - More examples can be found in the examples directory. + More examples can be found in the examples directory.

<!DOCTYPE HTML>
@@ -1286,7 +1286,7 @@ var options = {
 };
 
-A full example is available here: 08_edit_items.html. +A full example is available here: 08_edit_items.html.

Templates