From: GitGal Date: Tue, 24 Mar 2015 17:17:41 +0000 (+0100) Subject: Update 00-Getting-Started.md X-Git-Tag: v2.0-alpha~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1022%2Fhead;p=thirdparty%2FChart.js.git Update 00-Getting-Started.md Move Possible effects list above animationEasing --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index dad18c3f0..a6884a4be 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -81,8 +81,6 @@ Chart.defaults.global = { animationSteps: 60, // String - Animation easing effect - animationEasing: "easeOutQuart", - // Possible effects are: // [easeInOutQuart, linear, easeOutBounce, easeInBack, easeInOutQuad, // easeOutQuart, easeOutQuad, easeInOutBounce, easeOutSine, easeInOutCubic, @@ -91,6 +89,7 @@ Chart.defaults.global = { // easeInSine, easeOutExpo, easeOutCirc, easeOutCubic, easeInQuint, // easeInElastic, easeInOutSine, easeInOutQuint, easeInBounce, // easeOutElastic, easeInCubic] + animationEasing: "easeOutQuart", // Boolean - If we should show the scale at all showScale: true,