]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 22 Nov 2015 18:26:01 +0000 (13:26 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 22 Nov 2015 18:26:01 +0000 (13:26 -0500)
docs/00-Getting-Started.md

index ed750409cb9e4f7c40f0efaff749c5bf2905dad4..a6ed5f063ab21fd1e32c8bc739ead36c149f29cd 100644 (file)
@@ -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' |