From: Evert Timberg Date: Thu, 12 Nov 2015 02:21:25 +0000 (-0500) Subject: Do not bind to touchend events. This is the same as v1.x X-Git-Tag: 2.0.0-beta1~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1644%2Fhead;p=thirdparty%2FChart.js.git Do not bind to touchend events. This is the same as v1.x --- diff --git a/src/core/core.js b/src/core/core.js index 922a845f1..c8687e973 100755 --- a/src/core/core.js +++ b/src/core/core.js @@ -79,7 +79,7 @@ responsive: true, responsiveAnimationDuration: 0, maintainAspectRatio: true, - events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"], + events: ["mousemove", "mouseout", "click", "touchstart", "touchmove"], hover: { onHover: null, mode: 'single',