<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5364,7 +5364,7 @@ _175=_179;
 for(var j=0;j&lt;_175.length;j++){
 var y=bars?_175[j][1][0]:_175[j][1];
 if(maxY==null||y&gt;maxY){
-maxY=bars?y+_175[j][1][1]:y;
+maxY=this.errorBars_?y+_175[j][1][1]:y;
 }
 }
 }</diff>
      <filename>dygraph-combined.js</filename>
    </modified>
    <modified>
      <diff>@@ -916,7 +916,7 @@ DateGraph.prototype.drawGraph_ = function(data) {
       for (var j = 0; j &lt; series.length; j++) {
         var y = bars ? series[j][1][0] : series[j][1];
         if (maxY == null || y &gt; maxY) {
-          maxY = bars ? y + series[j][1][1] : y;
+          maxY = this.errorBars_ ? y + series[j][1][1] : y;
         }
       }
     }</diff>
      <filename>dygraph.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>935681936f0e6dabe281f6d6fc7402ab2bc6283c</id>
    </parent>
  </parents>
  <author>
    <name>Ian Ownbey</name>
    <email>ian@tw-mbp13-iownbey.local</email>
  </author>
  <url>http://github.com/iownbey/dygraphs/commit/8075379f0338324464c106cd8c21c637cb5c8700</url>
  <id>8075379f0338324464c106cd8c21c637cb5c8700</id>
  <committed-date>2009-11-02T16:56:33-08:00</committed-date>
  <authored-date>2009-11-02T16:56:33-08:00</authored-date>
  <message>Fixed it so graph sets max y only based off bars when its showing them</message>
  <tree>ff5a657fba01644761c0ccb6892868c1a0227ba2</tree>
  <committer>
    <name>Ian Ownbey</name>
    <email>ian@tw-mbp13-iownbey.local</email>
  </committer>
</commit>
