Fix #816; remove references to valueWindow (#817)
[dygraphs.git] / gallery / dynamic-update.js
index 0eb82bb..0936157 100644 (file)
@@ -1,3 +1,4 @@
+/*global Gallery,Dygraph,data */
 Gallery.register(
   'dynamic-update',
   {
@@ -5,7 +6,7 @@ Gallery.register(
     title: 'Live random data',
     setup: function(parent) {
       parent.innerHTML = [
-          "<div id='div_g' style='width:800px; height:400px;'></div>",
+          "<div id='div_g' style='width:600px; height:300px;'></div>",
           "<p>This test is modeled after a ",
           "<a href='http://www.highcharts.com/demo/?example=dynamic-update&theme=default'>highcharts",
           "test</a>. New points should appear once per second. Try zooming and ",