Merge pull request #1644 from nnnick/fix/touch-events

Do not bind to touchend events for tooltips
This commit is contained in:
Tanner Linsley 2015-11-16 16:09:41 -07:00
commit 592414330b

View File

@ -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',