Reduce the size of some overly-long graphs. OK, that's subjective, but if you don...
[dygraphs.git] / gallery / stock.js
index cb7fe3e..4c6af6d 100644 (file)
@@ -5,8 +5,8 @@ Gallery.register(
     title: 'Stock Chart Demo',
     setup: function(parent) {
       parent.innerHTML = [
-          "<div id='stock_div' style='width: 800px; height: 400px;'></div><br/>",
-          "<div style='width: 800px; text-align: center;'>",
+          "<div id='stock_div' style='width: 600px; height: 300px;'></div><br/>",
+          "<div style='width: 600px; text-align: center;'>",
           "  <button id='linear'>Linear Scale</button>&nbsp;",
           "  <button id='log' disabled='true'>Log Scale</button>",
           "</div>"].join("\n");