remove deprecated DateGraph uses
authorDan Vanderkam <danvk@google.com>
Thu, 11 Nov 2010 23:11:28 +0000 (18:11 -0500)
committerDan Vanderkam <danvk@google.com>
Thu, 11 Nov 2010 23:11:28 +0000 (18:11 -0500)
tests/demo.html
tests/reverse-y-axis.html

index 32ea6f0..c13c2ad 100644 (file)
@@ -19,7 +19,7 @@
     </td>
     </tr></table>
     <script type="text/javascript">
-      g = new DateGraph(
+      g = new Dygraph(
               document.getElementById("demodiv"),
               function() {
                 var zp = function(x) { if (x < 10) return "0"+x; else return x; };
index 92f3089..3a5240d 100644 (file)
@@ -20,7 +20,7 @@
     </td>
     </tr></table>
     <script type="text/javascript">
-      g = new DateGraph(
+      g = new Dygraph(
               document.getElementById("demodiv"),
               function() {
                 var zp = function(x) { if (x < 10) return "0"+x; else return x; };