- Change spelling back to American in index.html
<td><strong>wilsonInterval</strong></td>
<td><code>boolean</code></td>
<td><code>true</code></td>
- <td>Use in conjunction with the "fractions" option. Instead of plotting +/- N standard deviations, dygraphs will compute a Wilson confidence interval and plot that. This has more reasonable behaviour for ratios close to 0 or 1.
+ <td>Use in conjunction with the "fractions" option. Instead of plotting +/- N standard deviations, dygraphs will compute a Wilson confidence interval and plot that. This has more reasonable behavior for ratios close to 0 or 1.
<div class="tests">Tests: <font color=red>none</font></div>
</td>
</tr>
if (this.attr_("zoomCallback")) {
var xRange = this.xAxisRange();
var yRange = this.yAxisRange();
- this.attr_("zoomCallback")(xRange[0], xRange[1], yRange[0], yRange[1]);
+ this.attr_("zoomCallback")(xRange[0], xRange[1], this.yAxisRanges());
}
};