From 77faead4e948f901fa6ca9951f085bbe045bae68 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 7 Nov 2016 15:43:13 -0500 Subject: Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS --- www/lib/vis/examples/graph2d/01_basic.html | 2 +- www/lib/vis/examples/graph2d/02_bars.html | 2 +- www/lib/vis/examples/graph2d/03_groups.html | 2 +- www/lib/vis/examples/graph2d/04_rightAxis.html | 2 +- www/lib/vis/examples/graph2d/05_bothAxis.html | 2 +- www/lib/vis/examples/graph2d/06_interpolation.html | 2 +- www/lib/vis/examples/graph2d/07_scrollingAndSorting.html | 2 +- www/lib/vis/examples/graph2d/08_performance.html | 2 +- www/lib/vis/examples/graph2d/09_external_legend.html | 6 +++--- www/lib/vis/examples/graph2d/10_barsSideBySide.html | 2 +- www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html | 2 +- www/lib/vis/examples/graph2d/12_customRange.html | 2 +- www/lib/vis/examples/graph2d/13_localization.html | 2 +- www/lib/vis/examples/graph2d/14_toggleGroups.html | 2 +- www/lib/vis/examples/graph2d/15_streaming_data.html | 2 +- www/lib/vis/examples/graph2d/16_bothAxisTitles.html | 2 +- www/lib/vis/examples/graph2d/17_dynamicStyling.html | 2 +- www/lib/vis/examples/graph2d/18_scatterplot.html | 2 +- www/lib/vis/examples/graph2d/19_labels.html | 2 +- www/lib/vis/examples/graph2d/20_shading.html | 2 +- 20 files changed, 22 insertions(+), 22 deletions(-) (limited to 'www/lib/vis/examples/graph2d') diff --git a/www/lib/vis/examples/graph2d/01_basic.html b/www/lib/vis/examples/graph2d/01_basic.html index 68ec7cbd..22c0931f 100644 --- a/www/lib/vis/examples/graph2d/01_basic.html +++ b/www/lib/vis/examples/graph2d/01_basic.html @@ -13,7 +13,7 @@ - +

Graph2d | Basic Example

diff --git a/www/lib/vis/examples/graph2d/02_bars.html b/www/lib/vis/examples/graph2d/02_bars.html index 28493c42..42957d74 100644 --- a/www/lib/vis/examples/graph2d/02_bars.html +++ b/www/lib/vis/examples/graph2d/02_bars.html @@ -10,7 +10,7 @@ - +

Graph2d | Bar Graph Example

diff --git a/www/lib/vis/examples/graph2d/03_groups.html b/www/lib/vis/examples/graph2d/03_groups.html index 19f3ab8c..fe5fa887 100644 --- a/www/lib/vis/examples/graph2d/03_groups.html +++ b/www/lib/vis/examples/graph2d/03_groups.html @@ -11,7 +11,7 @@ - +

Graph2d | Groups Example

diff --git a/www/lib/vis/examples/graph2d/04_rightAxis.html b/www/lib/vis/examples/graph2d/04_rightAxis.html index 756d9045..f13af137 100644 --- a/www/lib/vis/examples/graph2d/04_rightAxis.html +++ b/www/lib/vis/examples/graph2d/04_rightAxis.html @@ -24,7 +24,7 @@ - +

Graph2d | Right Axis Example

diff --git a/www/lib/vis/examples/graph2d/05_bothAxis.html b/www/lib/vis/examples/graph2d/05_bothAxis.html index 093c896f..7b2a04c2 100644 --- a/www/lib/vis/examples/graph2d/05_bothAxis.html +++ b/www/lib/vis/examples/graph2d/05_bothAxis.html @@ -2,7 +2,7 @@ Graph2d | Both Axis Example - + - +

Graph2d | Scrolling and Sorting

diff --git a/www/lib/vis/examples/graph2d/08_performance.html b/www/lib/vis/examples/graph2d/08_performance.html index 9625b51d..9a2ad2e1 100644 --- a/www/lib/vis/examples/graph2d/08_performance.html +++ b/www/lib/vis/examples/graph2d/08_performance.html @@ -18,7 +18,7 @@ - +

Graph2d | Performance

diff --git a/www/lib/vis/examples/graph2d/09_external_legend.html b/www/lib/vis/examples/graph2d/09_external_legend.html index 39ec3228..8ec82fa8 100644 --- a/www/lib/vis/examples/graph2d/09_external_legend.html +++ b/www/lib/vis/examples/graph2d/09_external_legend.html @@ -2,7 +2,7 @@ Graph2d | External legend Example - + - +

Graph2d | Bar Graphs Side by Side Example

diff --git a/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html b/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html index 945fd30a..b1ed1504 100644 --- a/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html +++ b/www/lib/vis/examples/graph2d/11_barsSideBySideGroups.html @@ -10,7 +10,7 @@ - +

Graph2d | Bar Graphs Side by Side Example with Groups

diff --git a/www/lib/vis/examples/graph2d/12_customRange.html b/www/lib/vis/examples/graph2d/12_customRange.html index 79e6a14f..0e85ab53 100644 --- a/www/lib/vis/examples/graph2d/12_customRange.html +++ b/www/lib/vis/examples/graph2d/12_customRange.html @@ -10,7 +10,7 @@ - +

Graph2d | Custom axis range

diff --git a/www/lib/vis/examples/graph2d/13_localization.html b/www/lib/vis/examples/graph2d/13_localization.html index 5410b05b..c0130d5d 100644 --- a/www/lib/vis/examples/graph2d/13_localization.html +++ b/www/lib/vis/examples/graph2d/13_localization.html @@ -15,7 +15,7 @@ - +

Graph2d | Localization

diff --git a/www/lib/vis/examples/graph2d/14_toggleGroups.html b/www/lib/vis/examples/graph2d/14_toggleGroups.html index c699003f..60db882b 100644 --- a/www/lib/vis/examples/graph2d/14_toggleGroups.html +++ b/www/lib/vis/examples/graph2d/14_toggleGroups.html @@ -16,7 +16,7 @@ - +

Graph2d | Groups Example

diff --git a/www/lib/vis/examples/graph2d/15_streaming_data.html b/www/lib/vis/examples/graph2d/15_streaming_data.html index 0eb7cac0..1a822391 100644 --- a/www/lib/vis/examples/graph2d/15_streaming_data.html +++ b/www/lib/vis/examples/graph2d/15_streaming_data.html @@ -13,7 +13,7 @@ - +

Graph2d | Streaming data

diff --git a/www/lib/vis/examples/graph2d/16_bothAxisTitles.html b/www/lib/vis/examples/graph2d/16_bothAxisTitles.html index 3c08b18a..5fe0e6d8 100644 --- a/www/lib/vis/examples/graph2d/16_bothAxisTitles.html +++ b/www/lib/vis/examples/graph2d/16_bothAxisTitles.html @@ -2,7 +2,7 @@ Graph2d | Axis Titles and Styling - + - +

Graph2d | Dynamic Styling Example

diff --git a/www/lib/vis/examples/graph2d/18_scatterplot.html b/www/lib/vis/examples/graph2d/18_scatterplot.html index d56f8222..bdeb63e4 100644 --- a/www/lib/vis/examples/graph2d/18_scatterplot.html +++ b/www/lib/vis/examples/graph2d/18_scatterplot.html @@ -10,7 +10,7 @@ - +

Graph2d | Scatterplot

diff --git a/www/lib/vis/examples/graph2d/19_labels.html b/www/lib/vis/examples/graph2d/19_labels.html index 6fd102bf..f93853eb 100644 --- a/www/lib/vis/examples/graph2d/19_labels.html +++ b/www/lib/vis/examples/graph2d/19_labels.html @@ -17,7 +17,7 @@ - +

Graph2d | Label Example

diff --git a/www/lib/vis/examples/graph2d/20_shading.html b/www/lib/vis/examples/graph2d/20_shading.html index 1fc0980c..1bfb4bdb 100644 --- a/www/lib/vis/examples/graph2d/20_shading.html +++ b/www/lib/vis/examples/graph2d/20_shading.html @@ -11,7 +11,7 @@ - +

Graph2d | Shading Example

-- cgit v1.2.3