Update tests to source CSS from dist
authorDan Vanderkam <danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:27:17 +0000 (15:27 -0500)
committerDan Vanderkam <danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:27:17 +0000 (15:27 -0500)
89 files changed:
tests/annotation-native.html
tests/annotation.html
tests/border.html
tests/callback.html
tests/century-scale.html
tests/charting-combinations.html
tests/color-cycle.html
tests/color-visibility.html
tests/connect-separated.html
tests/crosshair.html
tests/css-positioning.html
tests/custom-bars.html
tests/custom-circles.html
tests/customLabel.html
tests/customLabelCss3.html
tests/dateWindow.html
tests/daylight-savings.html
tests/demo.html
tests/dense-fill.html
tests/draw-points.html
tests/drawing.html
tests/dygraph-many-points-benchmark.html
tests/dygraph.html
tests/dynamic-update.html
tests/exported-symbols.html
tests/fillGraph-alpha.html
tests/fillGraph.html
tests/fractions.html
tests/grid_dot.html
tests/gviz-infinity.html
tests/gviz-selection.html
tests/gviz.html
tests/hairlines.html
tests/highlighted-region.html
tests/hourly.html
tests/iframe.html
tests/independent-series.html
tests/interaction.html
tests/is-zoomed.html
tests/isolated-points.html
tests/label-div.html
tests/labelsDateUTC.html
tests/labelsKMB.html
tests/layout-options.html
tests/legend-formatter.html
tests/legend-values.html
tests/linear-regression-addseries.html
tests/linear-regression-fractions.html
tests/linear-regression.html
tests/link-interaction.html
tests/logscale.html
tests/missing-data.html
tests/multi-scale.html
tests/native-format.html
tests/negative.html
tests/no-range.html
tests/no-visibility.html
tests/number-format.html
tests/numeric-axis.html
tests/numeric-gviz.html
tests/out-of-order.html
tests/per-series.html
tests/perf.html
tests/plotter.html
tests/plotters.html
tests/plugins.html
tests/range-selector.html
tests/resize.html
tests/reverse-y-axis.html
tests/series-highlight.html
tests/small-range-zero.html
tests/smooth-plots.html
tests/spacing.html
tests/stacked.html
tests/steps.html
tests/stock.html
tests/straw-broom.html
tests/styled-chart-labels.html
tests/synchronize.html
tests/temperature-sf-ny.html
tests/two-axes-vr.html
tests/two-axes.html
tests/unboxed-spark.html
tests/underlay-callback.html
tests/value-axis-formatters.html
tests/visibility.html
tests/x-axis-formatter.html
tests/zero-series.html
tests/zoom.html

index 4e4538d..53ce249 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Native format annotations</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
   </head>
index b561b3a..c180070 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 37537bb..17ce989 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>gadget border</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 3f2102d..d19c40e 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>callbacks</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 4c486e1..b74bee8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 18157a6..2722b87 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Charting combinations</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <script type="text/javascript" src="data.js"></script>
index 18bfacc..1d8182f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>color cycles</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 56a8866..36a602b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>color visibility</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index a17e728..32de8b1 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>connect separated</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b3c8b47..3bac264 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>crosshairs</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 11238c5..add2393 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <style>
index aad7419..583b597 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>custom bars</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index a5f2702..8a25d4b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Custom Circles</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <script type="text/javascript" src="../src/extras/shapes.js"></script>
index b70b30a..c6ffe96 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Label styles</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 46f35af..4270d93 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Label styles</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index ee1bfeb..7deb861 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>dateWindow</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 0c55d14..0c3ab24 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Daylight Savings</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 616b179..845e7ee 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
 
     <script type="text/javascript" src="../dist/dygraph.js"></script>
index 033600b..79ee9ec 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>dense, filled plots</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <style>
index 44b4bd1..5e1ce27 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>individual points</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 89f6bb8..8d90e33 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Dygraphs Drawing Demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 1925c0b..e276e06 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Benchmarking for Plots with Many Points</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index e23d691..77d77f0 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>dygraph</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index c34c2c1..26feaef 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Live random data</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 698f2c0..ec38f94 100644 (file)
@@ -1,7 +1,7 @@
 <!doctype html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Exported Symbols test</title>
   </head>
   <body>
index 3b9057e..1579848 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>fillGraph with per series fillAlpha</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index c867433..4264068 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>fillGraph</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 816af5d..97a8a45 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Fractions</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 8bc9196..3a1c70f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Custom grid and Dot</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b7c8ccf..a71ef54 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>gviz</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 139b769..9a32a5d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>gviz selection</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b4da919..471add8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>gviz</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 6f03b39..f61f639 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Hairlines demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 8162e4b..d8b195e 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Highlighted Region</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index c559b6a..d57b058 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>hourly</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 93f40df..922aca9 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b9c3a28..e57c414 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Independent Series</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index a78a083..37e1846 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>interaction model</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 9ffbb7f..8af04cc 100644 (file)
@@ -1,6 +1,6 @@
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>isZoomed method</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 92054c2..0c53769 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>isolated points</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 6834f86..9815911 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>label-div</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index efb127a..3eb2c10 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>UTC date labels</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
   </head>
index ad17ef9..f0ff349 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>labelsKMB</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 396c831..6855a1b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Layout Options</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b1c506a..d74397b 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
 <title>legendFormatter</title>
 <style>
 #demodiv {
index 8ba3999..f7a7499 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Label styles</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index fa579e9..c77020d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Linear Regression</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 4abb267..c5728a9 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Linear Regression</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index e6a0c97..c38ed33 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Linear Regression</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b73f2c1..d2192fc 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>noise</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index cabff1c..4a81a50 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>log scale</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b1c644a..d48237c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>missing data</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index d49fdad..45eb989 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>multi-scale</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <style type="text/css">
index a9f24b5..3ce1611 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Native Format</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index f08c81a..68103b6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>negatives</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 1ea4347..d5b98e6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>no range</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index d92a38a..c516c69 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>no-visibility</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 07f0429..f85cf02 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Test of number formatting</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index ed4d3d7..89b5cd5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>numeric axis</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 015f36c..f6a0dbe 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>numeric gviz</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 1b5fbbe..c645aa8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>out of order</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 81bca5c..69039da 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Per-Series Properties</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 50df433..01e102f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>perf</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 8a8ca8d..3942566 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>dygraphs Equation Plotter</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index b56ca1f..b5e935f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Plotters demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index f7610bd..9db22c7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>plugins demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 72fddd8..9c2b140 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Temperatures with Range Selector</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 16ac4af..8381bf7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>resize the window</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index beb7006..c64c3d5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>reverse y-axis</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 1fe6a5a..299e0e4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Series highlighting</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 477d936..cfe20e2 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>no range</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index e051574..134a846 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Plotters demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <script type="text/javascript" src="../src/extras/smooth-plotter.js"></script>
index 07cce25..b88311a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>spacing</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 117871d..5fbd10f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>stacked</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index e630589..4a1145c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>dygraph</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 16b74e3..22858a0 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Stock chart</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 7628f49..10c88d7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Straw broom charts demo</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index c157592..233c7f8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>two series</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index e537afa..b3fe628 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>synchronize</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
     <script type="text/javascript" src="../src/extras/synchronizer.js"></script>
index c655803..45d1feb 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html> 
 <html> 
   <head> 
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Temperatures</title> 
     <script type="text/javascript" src="../dist/dygraph.js"></script> 
  
index bd27cf0..7a32ad3 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Multiple y-axes with valueRange</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 1e10bdf..fd3f9d8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Multiple y-axes</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 7073966..e6b1424 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>dygraphs unboxed</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 2918971..10122ed 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Custom underlay callback</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index aa802ff..f69c99d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>valueFormatter and axisLabelFormatter</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 73f4f61..c6ef1e7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>visibility</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 38211c6..3f8f01c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>X Axis Label Formatting</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index f9db623..cc8e8cd 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>zero series</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>
 
index 1eaf362..f53eab0 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <link rel="stylesheet" href="../css/dygraph.css">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>zoom</title>
     <script type="text/javascript" src="../dist/dygraph.js"></script>