diff --git a/examples/googleAnalytics.js b/examples/googleAnalytics.js deleted file mode 100644 index 106072a0..00000000 --- a/examples/googleAnalytics.js +++ /dev/null @@ -1,12 +0,0 @@ -(function (i, s, o, g, r, a, m) { - i['GoogleAnalyticsObject'] = r; - i[r] = i[r] || function () { - (i[r].q = i[r].q || []).push(arguments) - }, i[r].l = 1 * new Date(); - a = s.createElement(o), m = s.getElementsByTagName(o)[0]; - a.async = 1; - a.src = g; - m.parentNode.insertBefore(a, m) -})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); -ga('create', 'UA-61231638-1', 'auto'); -ga('send', 'pageview'); \ No newline at end of file diff --git a/examples/graph2d/01_basic.html b/examples/graph2d/01_basic.html index 22c0931f..03e8c6ed 100644 --- a/examples/graph2d/01_basic.html +++ b/examples/graph2d/01_basic.html @@ -14,7 +14,7 @@ - +

Graph2d | Basic Example

@@ -49,4 +49,4 @@ var graph2d = new vis.Graph2d(container, dataset, options); - \ No newline at end of file + diff --git a/examples/graph2d/02_bars.html b/examples/graph2d/02_bars.html index 42957d74..c5d101e7 100644 --- a/examples/graph2d/02_bars.html +++ b/examples/graph2d/02_bars.html @@ -11,7 +11,7 @@ - +

Graph2d | Bar Graph Example

diff --git a/examples/graph2d/03_groups.html b/examples/graph2d/03_groups.html index fe5fa887..2ddcc1bc 100644 --- a/examples/graph2d/03_groups.html +++ b/examples/graph2d/03_groups.html @@ -12,7 +12,7 @@ - +

Graph2d | Groups Example

@@ -109,4 +109,4 @@ - \ No newline at end of file + diff --git a/examples/graph2d/04_rightAxis.html b/examples/graph2d/04_rightAxis.html index f13af137..49b8c6dd 100644 --- a/examples/graph2d/04_rightAxis.html +++ b/examples/graph2d/04_rightAxis.html @@ -25,7 +25,7 @@ - +

Graph2d | Right Axis Example

diff --git a/examples/graph2d/05_bothAxis.html b/examples/graph2d/05_bothAxis.html index 7b2a04c2..c197ae4b 100644 --- a/examples/graph2d/05_bothAxis.html +++ b/examples/graph2d/05_bothAxis.html @@ -35,7 +35,7 @@ } - +

Graph2d | Both Axis Example

diff --git a/examples/graph2d/06_interpolation.html b/examples/graph2d/06_interpolation.html index 9daa7e07..4dc4d285 100644 --- a/examples/graph2d/06_interpolation.html +++ b/examples/graph2d/06_interpolation.html @@ -11,7 +11,7 @@ - +

Graph2d | Interpolation

diff --git a/examples/graph2d/07_scrollingAndSorting.html b/examples/graph2d/07_scrollingAndSorting.html index f9328dc7..9f0f4abc 100644 --- a/examples/graph2d/07_scrollingAndSorting.html +++ b/examples/graph2d/07_scrollingAndSorting.html @@ -11,7 +11,7 @@ - +

Graph2d | Scrolling and Sorting

diff --git a/examples/graph2d/08_performance.html b/examples/graph2d/08_performance.html index 75701fa5..17f05152 100644 --- a/examples/graph2d/08_performance.html +++ b/examples/graph2d/08_performance.html @@ -19,7 +19,7 @@ - +

Graph2d | Performance

diff --git a/examples/graph2d/09_external_legend.html b/examples/graph2d/09_external_legend.html index 8ec82fa8..07994b3d 100644 --- a/examples/graph2d/09_external_legend.html +++ b/examples/graph2d/09_external_legend.html @@ -190,7 +190,7 @@ - +

Graph2d | External custom legend

diff --git a/examples/graph2d/10_barsSideBySide.html b/examples/graph2d/10_barsSideBySide.html index 7afdf6ef..6022df0c 100644 --- a/examples/graph2d/10_barsSideBySide.html +++ b/examples/graph2d/10_barsSideBySide.html @@ -11,7 +11,7 @@ - +

Graph2d | Bar Graphs Side by Side Example

diff --git a/examples/graph2d/11_barsSideBySideGroups.html b/examples/graph2d/11_barsSideBySideGroups.html index b1ed1504..7eb94617 100644 --- a/examples/graph2d/11_barsSideBySideGroups.html +++ b/examples/graph2d/11_barsSideBySideGroups.html @@ -11,7 +11,7 @@ - +

Graph2d | Bar Graphs Side by Side Example with Groups

diff --git a/examples/graph2d/12_customRange.html b/examples/graph2d/12_customRange.html index 0e85ab53..92fa59be 100644 --- a/examples/graph2d/12_customRange.html +++ b/examples/graph2d/12_customRange.html @@ -11,7 +11,7 @@ - +

Graph2d | Custom axis range

diff --git a/examples/graph2d/13_localization.html b/examples/graph2d/13_localization.html index c0130d5d..7fc7227f 100644 --- a/examples/graph2d/13_localization.html +++ b/examples/graph2d/13_localization.html @@ -16,7 +16,7 @@ - +

Graph2d | Localization

diff --git a/examples/graph2d/14_toggleGroups.html b/examples/graph2d/14_toggleGroups.html index 60db882b..54b0e93a 100644 --- a/examples/graph2d/14_toggleGroups.html +++ b/examples/graph2d/14_toggleGroups.html @@ -17,7 +17,7 @@ - +

Graph2d | Groups Example

diff --git a/examples/graph2d/15_streaming_data.html b/examples/graph2d/15_streaming_data.html index 1a822391..34696853 100644 --- a/examples/graph2d/15_streaming_data.html +++ b/examples/graph2d/15_streaming_data.html @@ -14,7 +14,7 @@ - +

Graph2d | Streaming data

diff --git a/examples/graph2d/16_bothAxisTitles.html b/examples/graph2d/16_bothAxisTitles.html index 5fe0e6d8..901fce51 100644 --- a/examples/graph2d/16_bothAxisTitles.html +++ b/examples/graph2d/16_bothAxisTitles.html @@ -36,7 +36,7 @@ } - +

Graph2d | Axis Titles and Styling

diff --git a/examples/graph2d/17_dynamicStyling.html b/examples/graph2d/17_dynamicStyling.html index 01beacf4..b5a01eee 100644 --- a/examples/graph2d/17_dynamicStyling.html +++ b/examples/graph2d/17_dynamicStyling.html @@ -14,7 +14,7 @@ - +

Graph2d | Dynamic Styling Example

diff --git a/examples/graph2d/18_scatterplot.html b/examples/graph2d/18_scatterplot.html index bdeb63e4..a55ffd41 100644 --- a/examples/graph2d/18_scatterplot.html +++ b/examples/graph2d/18_scatterplot.html @@ -11,7 +11,7 @@ - +

Graph2d | Scatterplot

diff --git a/examples/graph2d/19_labels.html b/examples/graph2d/19_labels.html index f93853eb..d7bb50a7 100644 --- a/examples/graph2d/19_labels.html +++ b/examples/graph2d/19_labels.html @@ -18,7 +18,7 @@ - +

Graph2d | Label Example

diff --git a/examples/graph2d/20_shading.html b/examples/graph2d/20_shading.html index 1bfb4bdb..e585c909 100644 --- a/examples/graph2d/20_shading.html +++ b/examples/graph2d/20_shading.html @@ -12,7 +12,7 @@ - +

Graph2d | Shading Example

diff --git a/examples/graph3d/01_basics.html b/examples/graph3d/01_basics.html index 10cd9e55..48a319a6 100644 --- a/examples/graph3d/01_basics.html +++ b/examples/graph3d/01_basics.html @@ -50,7 +50,7 @@ graph = new vis.Graph3d(container, data, options); } - + diff --git a/examples/graph3d/02_camera.html b/examples/graph3d/02_camera.html index bbc9f7d0..52d938d0 100644 --- a/examples/graph3d/02_camera.html +++ b/examples/graph3d/02_camera.html @@ -79,7 +79,7 @@ graph.on('cameraPositionChange', onCameraPositionChange); } - + diff --git a/examples/graph3d/03_filter_data.html b/examples/graph3d/03_filter_data.html index 4fd4a739..859dba67 100644 --- a/examples/graph3d/03_filter_data.html +++ b/examples/graph3d/03_filter_data.html @@ -53,7 +53,7 @@ graph = new vis.Graph3d(container, data, options); } - + diff --git a/examples/graph3d/04_animation.html b/examples/graph3d/04_animation.html index c0d99664..b9c81515 100644 --- a/examples/graph3d/04_animation.html +++ b/examples/graph3d/04_animation.html @@ -60,7 +60,7 @@ graph = new vis.Graph3d(container, data, options); } - + diff --git a/examples/graph3d/05_line.html b/examples/graph3d/05_line.html index 40de188e..fbae24d1 100644 --- a/examples/graph3d/05_line.html +++ b/examples/graph3d/05_line.html @@ -49,7 +49,7 @@ graph.setCameraPosition(0.4, undefined, undefined); } - + diff --git a/examples/graph3d/06_moving_dots.html b/examples/graph3d/06_moving_dots.html index b24bb520..91ca7881 100644 --- a/examples/graph3d/06_moving_dots.html +++ b/examples/graph3d/06_moving_dots.html @@ -67,7 +67,7 @@ graph = new vis.Graph3d(container, data, options); } - + diff --git a/examples/graph3d/07_dot_cloud_colors.html b/examples/graph3d/07_dot_cloud_colors.html index 44d554fc..cc10df6e 100644 --- a/examples/graph3d/07_dot_cloud_colors.html +++ b/examples/graph3d/07_dot_cloud_colors.html @@ -61,7 +61,7 @@ graph = new vis.Graph3d(container, data, options); } - + diff --git a/examples/graph3d/08_dot_cloud_size.html b/examples/graph3d/08_dot_cloud_size.html index 46218108..1d6fb47f 100644 --- a/examples/graph3d/08_dot_cloud_size.html +++ b/examples/graph3d/08_dot_cloud_size.html @@ -57,7 +57,7 @@ graph = new vis.Graph3d(container, data, options); } - +
diff --git a/examples/graph3d/09_mobile.html b/examples/graph3d/09_mobile.html index b3a99598..0c09ab12 100644 --- a/examples/graph3d/09_mobile.html +++ b/examples/graph3d/09_mobile.html @@ -70,7 +70,7 @@ graph = new vis.Graph3d(container, data, options); } - + diff --git a/examples/graph3d/10_styling.html b/examples/graph3d/10_styling.html index 033b7ba5..23b08c44 100644 --- a/examples/graph3d/10_styling.html +++ b/examples/graph3d/10_styling.html @@ -73,7 +73,7 @@ document.getElementById('yBarWidth').onchange = drawVisualization; } - + diff --git a/examples/graph3d/11_tooltips.html b/examples/graph3d/11_tooltips.html index c37b35f4..67d84443 100644 --- a/examples/graph3d/11_tooltips.html +++ b/examples/graph3d/11_tooltips.html @@ -86,7 +86,7 @@ document.getElementById('style').onchange = drawVisualization; } - + diff --git a/examples/graph3d/12_custom_labels.html b/examples/graph3d/12_custom_labels.html index b6fe8176..45750178 100644 --- a/examples/graph3d/12_custom_labels.html +++ b/examples/graph3d/12_custom_labels.html @@ -85,7 +85,7 @@ document.getElementById('style').onchange = drawVisualization; } - + diff --git a/examples/graph3d/playground/csv2datatable.html b/examples/graph3d/playground/csv2datatable.html index 08d3c65d..35dc9bd0 100644 --- a/examples/graph3d/playground/csv2datatable.html +++ b/examples/graph3d/playground/csv2datatable.html @@ -58,7 +58,7 @@ alert(csvArray.length + " rows converted"); } - +
diff --git a/examples/graph3d/playground/datasource.html b/examples/graph3d/playground/datasource.html index 7a593604..efb47e1c 100644 --- a/examples/graph3d/playground/datasource.html +++ b/examples/graph3d/playground/datasource.html @@ -6,7 +6,7 @@ - + diff --git a/examples/graph3d/playground/index.html b/examples/graph3d/playground/index.html index 134bb264..07013f14 100644 --- a/examples/graph3d/playground/index.html +++ b/examples/graph3d/playground/index.html @@ -16,7 +16,7 @@ // TODO } - + diff --git a/examples/network/basicUsage.html b/examples/network/basicUsage.html index f1f4e5f9..a89aefa0 100644 --- a/examples/network/basicUsage.html +++ b/examples/network/basicUsage.html @@ -51,6 +51,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/data/datasets.html b/examples/network/data/datasets.html index c4bb5f8f..81bb8ca6 100644 --- a/examples/network/data/datasets.html +++ b/examples/network/data/datasets.html @@ -135,6 +135,6 @@ startNetwork(); - + diff --git a/examples/network/data/dotLanguage/dotLanguage.html b/examples/network/data/dotLanguage/dotLanguage.html index 318aa91d..a57ebaf4 100644 --- a/examples/network/data/dotLanguage/dotLanguage.html +++ b/examples/network/data/dotLanguage/dotLanguage.html @@ -4,7 +4,7 @@ - +

diff --git a/examples/network/data/dotLanguage/dotPlayground.html b/examples/network/data/dotLanguage/dotPlayground.html index b31bfd48..217736d3 100644 --- a/examples/network/data/dotLanguage/dotPlayground.html +++ b/examples/network/data/dotLanguage/dotPlayground.html @@ -82,7 +82,7 @@ } - + diff --git a/examples/network/data/dynamicData.html b/examples/network/data/dynamicData.html index 1c54e34b..8b53e601 100644 --- a/examples/network/data/dynamicData.html +++ b/examples/network/data/dynamicData.html @@ -166,7 +166,7 @@ } - + diff --git a/examples/network/data/importingFromGephi.html b/examples/network/data/importingFromGephi.html index f39f15a4..d5724163 100644 --- a/examples/network/data/importingFromGephi.html +++ b/examples/network/data/importingFromGephi.html @@ -51,7 +51,7 @@ color: red; } - + diff --git a/examples/network/data/scalingCustom.html b/examples/network/data/scalingCustom.html index b1ffede5..a059fe8e 100644 --- a/examples/network/data/scalingCustom.html +++ b/examples/network/data/scalingCustom.html @@ -75,7 +75,7 @@ network = new vis.Network(container, data, options); } - +

diff --git a/examples/network/data/scalingNodesEdges.html b/examples/network/data/scalingNodesEdges.html index a19e7e10..748b421e 100644 --- a/examples/network/data/scalingNodesEdges.html +++ b/examples/network/data/scalingNodesEdges.html @@ -68,7 +68,7 @@ network = new vis.Network(container, data, options); } - +

diff --git a/examples/network/data/scalingNodesEdgesLabels.html b/examples/network/data/scalingNodesEdgesLabels.html index fc41fbb7..6316d8b7 100644 --- a/examples/network/data/scalingNodesEdgesLabels.html +++ b/examples/network/data/scalingNodesEdgesLabels.html @@ -74,7 +74,7 @@ network = new vis.Network(container, data, options); } - +

diff --git a/examples/network/edgeStyles/arrowTypes.html b/examples/network/edgeStyles/arrowTypes.html index 25cf63bf..7e251395 100644 --- a/examples/network/edgeStyles/arrowTypes.html +++ b/examples/network/edgeStyles/arrowTypes.html @@ -50,6 +50,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/edgeStyles/arrows.html b/examples/network/edgeStyles/arrows.html index b9d43636..51758926 100644 --- a/examples/network/edgeStyles/arrows.html +++ b/examples/network/edgeStyles/arrows.html @@ -56,6 +56,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/edgeStyles/colors.html b/examples/network/edgeStyles/colors.html index 4f99a340..7eb7a7ad 100644 --- a/examples/network/edgeStyles/colors.html +++ b/examples/network/edgeStyles/colors.html @@ -66,6 +66,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/edgeStyles/dashes.html b/examples/network/edgeStyles/dashes.html index 941fdc5e..2fa846c8 100644 --- a/examples/network/edgeStyles/dashes.html +++ b/examples/network/edgeStyles/dashes.html @@ -52,6 +52,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/edgeStyles/smooth.html b/examples/network/edgeStyles/smooth.html index 2b222bdb..3f52423f 100644 --- a/examples/network/edgeStyles/smooth.html +++ b/examples/network/edgeStyles/smooth.html @@ -13,7 +13,7 @@ border: 1px solid lightgray; } - + diff --git a/examples/network/edgeStyles/smoothWorldCup.html b/examples/network/edgeStyles/smoothWorldCup.html index 02b95d6b..03a8f8d2 100644 --- a/examples/network/edgeStyles/smoothWorldCup.html +++ b/examples/network/edgeStyles/smoothWorldCup.html @@ -20,7 +20,7 @@ height:280px; } - + diff --git a/examples/network/events/interactionEvents.html b/examples/network/events/interactionEvents.html index 33f1ae70..f9ba9c1e 100644 --- a/examples/network/events/interactionEvents.html +++ b/examples/network/events/interactionEvents.html @@ -114,6 +114,6 @@ - + diff --git a/examples/network/events/physicsEvents.html b/examples/network/events/physicsEvents.html index 418f403a..bd11c3c7 100644 --- a/examples/network/events/physicsEvents.html +++ b/examples/network/events/physicsEvents.html @@ -68,6 +68,6 @@ - + diff --git a/examples/network/events/renderEvents.html b/examples/network/events/renderEvents.html index e28e4ea3..426cad90 100644 --- a/examples/network/events/renderEvents.html +++ b/examples/network/events/renderEvents.html @@ -78,6 +78,6 @@ - + diff --git a/examples/network/exampleApplications/lesMiserables.html b/examples/network/exampleApplications/lesMiserables.html index b97c32b0..681cef12 100644 --- a/examples/network/exampleApplications/lesMiserables.html +++ b/examples/network/exampleApplications/lesMiserables.html @@ -383,7 +383,7 @@ } - + diff --git a/examples/network/exampleApplications/loadingBar.html b/examples/network/exampleApplications/loadingBar.html index 519289e4..c00f5bdb 100644 --- a/examples/network/exampleApplications/loadingBar.html +++ b/examples/network/exampleApplications/loadingBar.html @@ -481,7 +481,7 @@ } - + diff --git a/examples/network/exampleApplications/neighbourhoodHighlight.html b/examples/network/exampleApplications/neighbourhoodHighlight.html index 8e05d482..f750e34c 100644 --- a/examples/network/exampleApplications/neighbourhoodHighlight.html +++ b/examples/network/exampleApplications/neighbourhoodHighlight.html @@ -15,7 +15,7 @@ border: 1px solid lightgray; } - + diff --git a/examples/network/exampleApplications/nodeLegend.html b/examples/network/exampleApplications/nodeLegend.html index 69769d9b..ca4b40e4 100644 --- a/examples/network/exampleApplications/nodeLegend.html +++ b/examples/network/exampleApplications/nodeLegend.html @@ -151,7 +151,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/exampleApplications/worldCupPerformance.html b/examples/network/exampleApplications/worldCupPerformance.html index 7de0667b..dbd41611 100644 --- a/examples/network/exampleApplications/worldCupPerformance.html +++ b/examples/network/exampleApplications/worldCupPerformance.html @@ -17,7 +17,7 @@ border: 1px solid lightgray; } - + diff --git a/examples/network/labels/labelAlignment.html b/examples/network/labels/labelAlignment.html index 42eb9bd0..dd837ca7 100644 --- a/examples/network/labels/labelAlignment.html +++ b/examples/network/labels/labelAlignment.html @@ -16,7 +16,7 @@ max-width:600px; } - + diff --git a/examples/network/labels/labelBackground.html b/examples/network/labels/labelBackground.html index 01664a67..4341f965 100644 --- a/examples/network/labels/labelBackground.html +++ b/examples/network/labels/labelBackground.html @@ -16,7 +16,7 @@ max-width:600px; } - + diff --git a/examples/network/labels/labelColorAndSize.html b/examples/network/labels/labelColorAndSize.html index f91a0d22..90c5767c 100644 --- a/examples/network/labels/labelColorAndSize.html +++ b/examples/network/labels/labelColorAndSize.html @@ -16,7 +16,7 @@ max-width:600px; } - + diff --git a/examples/network/labels/labelMargins.html b/examples/network/labels/labelMargins.html index 8be983a7..e91a9a38 100644 --- a/examples/network/labels/labelMargins.html +++ b/examples/network/labels/labelMargins.html @@ -16,7 +16,7 @@ max-width:600px; } - + diff --git a/examples/network/labels/labelMultifont.html b/examples/network/labels/labelMultifont.html index 70013818..6f3b75e4 100644 --- a/examples/network/labels/labelMultifont.html +++ b/examples/network/labels/labelMultifont.html @@ -35,7 +35,7 @@ font-weight: normal; } - + diff --git a/examples/network/labels/labelStroke.html b/examples/network/labels/labelStroke.html index 71a7dccd..6fb07669 100644 --- a/examples/network/labels/labelStroke.html +++ b/examples/network/labels/labelStroke.html @@ -16,7 +16,7 @@ max-width:600px; } - + diff --git a/examples/network/labels/multilineText.html b/examples/network/labels/multilineText.html index 99dc8eb2..6857312c 100644 --- a/examples/network/labels/multilineText.html +++ b/examples/network/labels/multilineText.html @@ -43,7 +43,7 @@ var network = new vis.Network(container, data, options); } - + diff --git a/examples/network/layout/hierarchicalLayout.html b/examples/network/layout/hierarchicalLayout.html index d8e317ec..39000948 100644 --- a/examples/network/layout/hierarchicalLayout.html +++ b/examples/network/layout/hierarchicalLayout.html @@ -57,7 +57,7 @@ } - + diff --git a/examples/network/layout/hierarchicalLayoutMethods.html b/examples/network/layout/hierarchicalLayoutMethods.html index 6664bd2d..44fcab16 100644 --- a/examples/network/layout/hierarchicalLayoutMethods.html +++ b/examples/network/layout/hierarchicalLayoutMethods.html @@ -77,7 +77,7 @@ } - + diff --git a/examples/network/layout/hierarchicalLayoutUserdefined.html b/examples/network/layout/hierarchicalLayoutUserdefined.html index de536e54..e0f6cd0d 100644 --- a/examples/network/layout/hierarchicalLayoutUserdefined.html +++ b/examples/network/layout/hierarchicalLayoutUserdefined.html @@ -103,7 +103,7 @@ } - + diff --git a/examples/network/layout/randomSeed.html b/examples/network/layout/randomSeed.html index 1ca075ae..10310326 100644 --- a/examples/network/layout/randomSeed.html +++ b/examples/network/layout/randomSeed.html @@ -55,6 +55,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/nodeStyles/HTMLInNodes.html b/examples/network/nodeStyles/HTMLInNodes.html index e80590b7..5f0f53da 100644 --- a/examples/network/nodeStyles/HTMLInNodes.html +++ b/examples/network/nodeStyles/HTMLInNodes.html @@ -68,7 +68,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/nodeStyles/circularImages.html b/examples/network/nodeStyles/circularImages.html index b0f144c5..56100056 100644 --- a/examples/network/nodeStyles/circularImages.html +++ b/examples/network/nodeStyles/circularImages.html @@ -92,7 +92,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/nodeStyles/colors.html b/examples/network/nodeStyles/colors.html index 05bae1dd..c1c4dc11 100644 --- a/examples/network/nodeStyles/colors.html +++ b/examples/network/nodeStyles/colors.html @@ -62,6 +62,6 @@ var network = new vis.Network(container, data, options); - + diff --git a/examples/network/nodeStyles/customGroups.html b/examples/network/nodeStyles/customGroups.html index 5c4b11c9..e14a2acd 100644 --- a/examples/network/nodeStyles/customGroups.html +++ b/examples/network/nodeStyles/customGroups.html @@ -22,7 +22,7 @@ - + diff --git a/examples/network/nodeStyles/groups.html b/examples/network/nodeStyles/groups.html index 148ffa64..1d56c09d 100644 --- a/examples/network/nodeStyles/groups.html +++ b/examples/network/nodeStyles/groups.html @@ -21,7 +21,7 @@ - + diff --git a/examples/network/nodeStyles/icons.html b/examples/network/nodeStyles/icons.html index 859fc065..c44e5bec 100644 --- a/examples/network/nodeStyles/icons.html +++ b/examples/network/nodeStyles/icons.html @@ -174,7 +174,7 @@ var networkIO = new vis.Network(containerIO, dataIO, optionsIO); } - +

diff --git a/examples/network/nodeStyles/images.html b/examples/network/nodeStyles/images.html index 78810181..8599cd6e 100644 --- a/examples/network/nodeStyles/images.html +++ b/examples/network/nodeStyles/images.html @@ -69,7 +69,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/nodeStyles/imagesWithBorders.html b/examples/network/nodeStyles/imagesWithBorders.html index 7c65cee6..542e69d8 100644 --- a/examples/network/nodeStyles/imagesWithBorders.html +++ b/examples/network/nodeStyles/imagesWithBorders.html @@ -95,7 +95,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/nodeStyles/shadows.html b/examples/network/nodeStyles/shadows.html index 277b8b00..8126067f 100644 --- a/examples/network/nodeStyles/shadows.html +++ b/examples/network/nodeStyles/shadows.html @@ -21,7 +21,7 @@ - + diff --git a/examples/network/nodeStyles/shapes.html b/examples/network/nodeStyles/shapes.html index 26625301..d60901f6 100644 --- a/examples/network/nodeStyles/shapes.html +++ b/examples/network/nodeStyles/shapes.html @@ -59,7 +59,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/nodeStyles/shapesWithDashedBorders.html b/examples/network/nodeStyles/shapesWithDashedBorders.html index a2d65aed..a129782e 100644 --- a/examples/network/nodeStyles/shapesWithDashedBorders.html +++ b/examples/network/nodeStyles/shapesWithDashedBorders.html @@ -47,7 +47,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/network/nodeStyles/widthHeight.html b/examples/network/nodeStyles/widthHeight.html index 0453116e..ab68eb6a 100644 --- a/examples/network/nodeStyles/widthHeight.html +++ b/examples/network/nodeStyles/widthHeight.html @@ -29,7 +29,7 @@ background-color: #dddddd; } - + diff --git a/examples/network/other/animationShowcase.html b/examples/network/other/animationShowcase.html index 1e0d82ae..b16f0544 100644 --- a/examples/network/other/animationShowcase.html +++ b/examples/network/other/animationShowcase.html @@ -192,7 +192,7 @@ } } - + diff --git a/examples/network/other/changingClusteredEdgesNodes.html b/examples/network/other/changingClusteredEdgesNodes.html index 145dcb72..0f079720 100644 --- a/examples/network/other/changingClusteredEdgesNodes.html +++ b/examples/network/other/changingClusteredEdgesNodes.html @@ -20,7 +20,7 @@ margin-bottom:3px; } - + diff --git a/examples/network/other/chosen.html b/examples/network/other/chosen.html index 15c7638d..6717571c 100644 --- a/examples/network/other/chosen.html +++ b/examples/network/other/chosen.html @@ -29,7 +29,7 @@ background-color: #dddddd; } - + diff --git a/examples/network/other/clustering.html b/examples/network/other/clustering.html index bd68c42f..c8230458 100644 --- a/examples/network/other/clustering.html +++ b/examples/network/other/clustering.html @@ -20,7 +20,7 @@ margin-bottom:3px; } - + diff --git a/examples/network/other/clusteringByZoom.html b/examples/network/other/clusteringByZoom.html index e2391f16..e403f899 100644 --- a/examples/network/other/clusteringByZoom.html +++ b/examples/network/other/clusteringByZoom.html @@ -21,7 +21,7 @@ margin-bottom: 3px; } - + diff --git a/examples/network/other/configuration.html b/examples/network/other/configuration.html index a13470d4..5a86c0e5 100644 --- a/examples/network/other/configuration.html +++ b/examples/network/other/configuration.html @@ -63,7 +63,7 @@ } - + diff --git a/examples/network/other/manipulation.html b/examples/network/other/manipulation.html index b399c098..f86b6b90 100644 --- a/examples/network/other/manipulation.html +++ b/examples/network/other/manipulation.html @@ -153,7 +153,7 @@ } - + diff --git a/examples/network/other/manipulationEditEdgeNoDrag.html b/examples/network/other/manipulationEditEdgeNoDrag.html index 985ae767..f5029c13 100644 --- a/examples/network/other/manipulationEditEdgeNoDrag.html +++ b/examples/network/other/manipulationEditEdgeNoDrag.html @@ -201,7 +201,7 @@ } - + diff --git a/examples/network/other/navigation.html b/examples/network/other/navigation.html index 760bb539..22fd3b8c 100644 --- a/examples/network/other/navigation.html +++ b/examples/network/other/navigation.html @@ -83,7 +83,7 @@ }); } - + diff --git a/examples/network/other/performance.html b/examples/network/other/performance.html index 0b3ea663..7b8c6597 100644 --- a/examples/network/other/performance.html +++ b/examples/network/other/performance.html @@ -71,7 +71,7 @@ - +

diff --git a/examples/network/other/saveAndLoad.html b/examples/network/other/saveAndLoad.html index 08165c85..ee71b528 100644 --- a/examples/network/other/saveAndLoad.html +++ b/examples/network/other/saveAndLoad.html @@ -36,7 +36,7 @@ - + diff --git a/examples/network/physics/physicsConfiguration.html b/examples/network/physics/physicsConfiguration.html index d28d20db..b700f248 100644 --- a/examples/network/physics/physicsConfiguration.html +++ b/examples/network/physics/physicsConfiguration.html @@ -60,7 +60,7 @@ network = new vis.Network(container, data, options); } - + diff --git a/examples/timeline/basicUsage.html b/examples/timeline/basicUsage.html index 8ad5fda1..4a1106cd 100644 --- a/examples/timeline/basicUsage.html +++ b/examples/timeline/basicUsage.html @@ -11,7 +11,7 @@ - + @@ -42,4 +42,4 @@ var timeline = new vis.Timeline(container, items, options); - \ No newline at end of file + diff --git a/examples/timeline/dataHandling/dataSerialization.html b/examples/timeline/dataHandling/dataSerialization.html index 79b6aebf..e1936438 100644 --- a/examples/timeline/dataHandling/dataSerialization.html +++ b/examples/timeline/dataHandling/dataSerialization.html @@ -25,7 +25,7 @@ - + diff --git a/examples/timeline/dataHandling/loadExternalData.html b/examples/timeline/dataHandling/loadExternalData.html index f594d2aa..a6e56689 100644 --- a/examples/timeline/dataHandling/loadExternalData.html +++ b/examples/timeline/dataHandling/loadExternalData.html @@ -14,7 +14,7 @@ - +

diff --git a/examples/timeline/editing/customSnappingOfItems.html b/examples/timeline/editing/customSnappingOfItems.html index b1c8ef75..2b85305a 100644 --- a/examples/timeline/editing/customSnappingOfItems.html +++ b/examples/timeline/editing/customSnappingOfItems.html @@ -5,7 +5,7 @@ - +

diff --git a/examples/timeline/editing/editingItems.html b/examples/timeline/editing/editingItems.html index 186a363c..93c4ad8e 100644 --- a/examples/timeline/editing/editingItems.html +++ b/examples/timeline/editing/editingItems.html @@ -12,7 +12,7 @@ - + diff --git a/examples/timeline/editing/editingItemsCallbacks.html b/examples/timeline/editing/editingItemsCallbacks.html index 7c15d878..4c6ad5b2 100644 --- a/examples/timeline/editing/editingItemsCallbacks.html +++ b/examples/timeline/editing/editingItemsCallbacks.html @@ -15,7 +15,7 @@ - +

diff --git a/examples/timeline/editing/individualEditableItems.html b/examples/timeline/editing/individualEditableItems.html index c004473a..ef7f0987 100644 --- a/examples/timeline/editing/individualEditableItems.html +++ b/examples/timeline/editing/individualEditableItems.html @@ -25,7 +25,7 @@ - + diff --git a/examples/timeline/editing/overrideEditingItems.html b/examples/timeline/editing/overrideEditingItems.html index c80f8b6b..d035e8f7 100644 --- a/examples/timeline/editing/overrideEditingItems.html +++ b/examples/timeline/editing/overrideEditingItems.html @@ -25,7 +25,7 @@ - + diff --git a/examples/timeline/editing/tooltipOnItemChange.html b/examples/timeline/editing/tooltipOnItemChange.html index 18380beb..dd72fb79 100644 --- a/examples/timeline/editing/tooltipOnItemChange.html +++ b/examples/timeline/editing/tooltipOnItemChange.html @@ -11,7 +11,7 @@ } - + diff --git a/examples/timeline/editing/updateDataOnEvent.html b/examples/timeline/editing/updateDataOnEvent.html index 985551ee..2d442baa 100644 --- a/examples/timeline/editing/updateDataOnEvent.html +++ b/examples/timeline/editing/updateDataOnEvent.html @@ -15,7 +15,7 @@ - + diff --git a/examples/timeline/groups/groups.html b/examples/timeline/groups/groups.html index 56bad599..8f1ba759 100644 --- a/examples/timeline/groups/groups.html +++ b/examples/timeline/groups/groups.html @@ -21,7 +21,7 @@ - +

diff --git a/examples/timeline/groups/groupsEditable.html b/examples/timeline/groups/groupsEditable.html index d8a578ad..b10adada 100644 --- a/examples/timeline/groups/groupsEditable.html +++ b/examples/timeline/groups/groupsEditable.html @@ -24,7 +24,7 @@ - +

diff --git a/examples/timeline/groups/groupsOrdering.html b/examples/timeline/groups/groupsOrdering.html index b4da7755..617de53f 100644 --- a/examples/timeline/groups/groupsOrdering.html +++ b/examples/timeline/groups/groupsOrdering.html @@ -18,7 +18,7 @@ - +

diff --git a/examples/timeline/groups/verticalItemsHide.html b/examples/timeline/groups/verticalItemsHide.html index 5f0523b9..ff81a08c 100644 --- a/examples/timeline/groups/verticalItemsHide.html +++ b/examples/timeline/groups/verticalItemsHide.html @@ -12,7 +12,7 @@ font: 10pt arial; } - + diff --git a/examples/timeline/interaction/animateWindow.html b/examples/timeline/interaction/animateWindow.html index 40a416f1..1ecad7be 100644 --- a/examples/timeline/interaction/animateWindow.html +++ b/examples/timeline/interaction/animateWindow.html @@ -15,7 +15,7 @@ - + diff --git a/examples/timeline/interaction/clickToUse.html b/examples/timeline/interaction/clickToUse.html index d00f4428..45afe516 100644 --- a/examples/timeline/interaction/clickToUse.html +++ b/examples/timeline/interaction/clickToUse.html @@ -19,7 +19,7 @@ - +

diff --git a/examples/timeline/interaction/eventListeners.html b/examples/timeline/interaction/eventListeners.html index 50ed1e9e..b88e846b 100644 --- a/examples/timeline/interaction/eventListeners.html +++ b/examples/timeline/interaction/eventListeners.html @@ -11,7 +11,7 @@ - +

diff --git a/examples/timeline/interaction/limitMoveAndZoom.html b/examples/timeline/interaction/limitMoveAndZoom.html index 4eadd36a..527d3f30 100644 --- a/examples/timeline/interaction/limitMoveAndZoom.html +++ b/examples/timeline/interaction/limitMoveAndZoom.html @@ -12,7 +12,7 @@ - +

diff --git a/examples/timeline/interaction/navigationMenu.html b/examples/timeline/interaction/navigationMenu.html index cb7c19ad..75a04fdb 100755 --- a/examples/timeline/interaction/navigationMenu.html +++ b/examples/timeline/interaction/navigationMenu.html @@ -24,7 +24,7 @@ - + diff --git a/examples/timeline/interaction/rollingMode.html b/examples/timeline/interaction/rollingMode.html index 80b599f4..ebe3fcfb 100644 --- a/examples/timeline/interaction/rollingMode.html +++ b/examples/timeline/interaction/rollingMode.html @@ -5,7 +5,7 @@ - + diff --git a/examples/timeline/interaction/setSelection.html b/examples/timeline/interaction/setSelection.html index f6a038ce..36278797 100644 --- a/examples/timeline/interaction/setSelection.html +++ b/examples/timeline/interaction/setSelection.html @@ -12,7 +12,7 @@ - +

Set selection

diff --git a/examples/timeline/items/backgroundAreas.html b/examples/timeline/items/backgroundAreas.html index 3ec18a66..94c27a08 100644 --- a/examples/timeline/items/backgroundAreas.html +++ b/examples/timeline/items/backgroundAreas.html @@ -16,7 +16,7 @@ - + diff --git a/examples/timeline/items/backgroundAreasWithGroups.html b/examples/timeline/items/backgroundAreasWithGroups.html index f8a78608..7602791f 100644 --- a/examples/timeline/items/backgroundAreasWithGroups.html +++ b/examples/timeline/items/backgroundAreasWithGroups.html @@ -12,7 +12,7 @@ - + diff --git a/examples/timeline/items/htmlContents.html b/examples/timeline/items/htmlContents.html index c57b5652..431e7fd1 100644 --- a/examples/timeline/items/htmlContents.html +++ b/examples/timeline/items/htmlContents.html @@ -19,7 +19,7 @@ - +

diff --git a/examples/timeline/items/itemOrdering.html b/examples/timeline/items/itemOrdering.html index 323c9501..43fe83b8 100644 --- a/examples/timeline/items/itemOrdering.html +++ b/examples/timeline/items/itemOrdering.html @@ -15,7 +15,7 @@ - +

Item ordering

diff --git a/examples/timeline/items/pointItems.html b/examples/timeline/items/pointItems.html index 68201801..40f705ed 100755 --- a/examples/timeline/items/pointItems.html +++ b/examples/timeline/items/pointItems.html @@ -11,7 +11,7 @@ - +

World War II timeline

diff --git a/examples/timeline/items/rangeOverflowItem.html b/examples/timeline/items/rangeOverflowItem.html index fbea2f37..a760bb19 100644 --- a/examples/timeline/items/rangeOverflowItem.html +++ b/examples/timeline/items/rangeOverflowItem.html @@ -16,7 +16,7 @@ } - +

diff --git a/examples/timeline/items/tooltip.html b/examples/timeline/items/tooltip.html index 38701586..ad2c8723 100644 --- a/examples/timeline/items/tooltip.html +++ b/examples/timeline/items/tooltip.html @@ -12,7 +12,7 @@ - + diff --git a/examples/timeline/other/customTimeBars.html b/examples/timeline/other/customTimeBars.html index 2c1a5f7c..41d8d360 100644 --- a/examples/timeline/other/customTimeBars.html +++ b/examples/timeline/other/customTimeBars.html @@ -12,7 +12,7 @@ - + diff --git a/examples/timeline/other/dataAttributes.html b/examples/timeline/other/dataAttributes.html index 0aa1f14e..e94e8274 100644 --- a/examples/timeline/other/dataAttributes.html +++ b/examples/timeline/other/dataAttributes.html @@ -11,7 +11,7 @@ - +

diff --git a/examples/timeline/other/dataAttributesAll.html b/examples/timeline/other/dataAttributesAll.html index 5b926b54..219f1c0b 100644 --- a/examples/timeline/other/dataAttributesAll.html +++ b/examples/timeline/other/dataAttributesAll.html @@ -11,7 +11,7 @@ - +

diff --git a/examples/timeline/other/drag&drop.html b/examples/timeline/other/drag&drop.html index 5810eb9b..ab0d589d 100644 --- a/examples/timeline/other/drag&drop.html +++ b/examples/timeline/other/drag&drop.html @@ -7,7 +7,7 @@ - + - + diff --git a/examples/timeline/other/hidingPeriods.html b/examples/timeline/other/hidingPeriods.html index 52ec6f9a..07edfd1f 100644 --- a/examples/timeline/other/hidingPeriods.html +++ b/examples/timeline/other/hidingPeriods.html @@ -11,7 +11,7 @@ - +

diff --git a/examples/timeline/other/horizontalScroll.html b/examples/timeline/other/horizontalScroll.html index a999cd51..a2ad8b23 100644 --- a/examples/timeline/other/horizontalScroll.html +++ b/examples/timeline/other/horizontalScroll.html @@ -5,7 +5,7 @@ - + diff --git a/examples/timeline/other/localization.html b/examples/timeline/other/localization.html index 5b58923b..caa5d38a 100644 --- a/examples/timeline/other/localization.html +++ b/examples/timeline/other/localization.html @@ -13,7 +13,7 @@ - +

diff --git a/examples/timeline/other/performance.html b/examples/timeline/other/performance.html index 45b22aab..52b4c184 100644 --- a/examples/timeline/other/performance.html +++ b/examples/timeline/other/performance.html @@ -15,7 +15,7 @@ - +

diff --git a/examples/timeline/other/requirejs/requirejs_example.html b/examples/timeline/other/requirejs/requirejs_example.html index 363845fe..88125b6c 100644 --- a/examples/timeline/other/requirejs/requirejs_example.html +++ b/examples/timeline/other/requirejs/requirejs_example.html @@ -6,7 +6,7 @@ - +

diff --git a/examples/timeline/other/rtl.html b/examples/timeline/other/rtl.html index f53b1802..b6a33d8b 100644 --- a/examples/timeline/other/rtl.html +++ b/examples/timeline/other/rtl.html @@ -5,7 +5,7 @@ - + diff --git a/examples/timeline/other/timezone.html b/examples/timeline/other/timezone.html index 8994ba98..438a9164 100644 --- a/examples/timeline/other/timezone.html +++ b/examples/timeline/other/timezone.html @@ -12,7 +12,7 @@ - + diff --git a/examples/timeline/other/verticalScroll.html b/examples/timeline/other/verticalScroll.html index 78946765..3ebec29b 100644 --- a/examples/timeline/other/verticalScroll.html +++ b/examples/timeline/other/verticalScroll.html @@ -5,7 +5,7 @@ - + diff --git a/examples/timeline/styling/axisOrientation.html b/examples/timeline/styling/axisOrientation.html index b3978f17..c52e1ed1 100644 --- a/examples/timeline/styling/axisOrientation.html +++ b/examples/timeline/styling/axisOrientation.html @@ -12,7 +12,7 @@ - + diff --git a/examples/timeline/styling/customCss.html b/examples/timeline/styling/customCss.html index ed700a1d..2ad9f5b5 100644 --- a/examples/timeline/styling/customCss.html +++ b/examples/timeline/styling/customCss.html @@ -62,7 +62,7 @@ } - + diff --git a/examples/timeline/styling/gridStyling.html b/examples/timeline/styling/gridStyling.html index 9fec28b2..cc154380 100644 --- a/examples/timeline/styling/gridStyling.html +++ b/examples/timeline/styling/gridStyling.html @@ -26,7 +26,7 @@ color: white; } - +

diff --git a/examples/timeline/styling/itemClassNames.html b/examples/timeline/styling/itemClassNames.html index 62433484..9c06d7b5 100755 --- a/examples/timeline/styling/itemClassNames.html +++ b/examples/timeline/styling/itemClassNames.html @@ -65,7 +65,7 @@ } - +

This page demonstrates the Timeline with custom css classes for individual items.

diff --git a/examples/timeline/styling/itemTemplates.html b/examples/timeline/styling/itemTemplates.html index 13e43c46..76900d2b 100644 --- a/examples/timeline/styling/itemTemplates.html +++ b/examples/timeline/styling/itemTemplates.html @@ -57,7 +57,7 @@ } - +

WK 2014