From: Evert Timberg Date: Sun, 22 Nov 2015 18:26:01 +0000 (-0500) Subject: Fix typo X-Git-Tag: 2.0.0-beta1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08f8b30151565ec2a046d35627bb03dfe57cde5;p=thirdparty%2FChart.js.git Fix typo --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index ed750409c..a6ed5f063 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -91,7 +91,7 @@ Name | Type | Default | Description responsive | Boolean | true | Resizes when the browser window does. responsiveAnimationDuration | Number | 0 | Duration in milliseconds it takes to animate to new size after a resize event. maintainAspectRatio | Boolean | true | -maintainAspectRatio | Array[String] | `["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"]` | +events | Array[String] | `["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"]` | hover |-|-|- *hover*.onHover | Function | null | *hover*.mode | String | 'single' |