mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Do not bind to touchend events. This is the same as v1.x
This commit is contained in:
parent
fff13f2692
commit
3099d967da
@ -79,7 +79,7 @@
|
|||||||
responsive: true,
|
responsive: true,
|
||||||
responsiveAnimationDuration: 0,
|
responsiveAnimationDuration: 0,
|
||||||
maintainAspectRatio: true,
|
maintainAspectRatio: true,
|
||||||
events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"],
|
events: ["mousemove", "mouseout", "click", "touchstart", "touchmove"],
|
||||||
hover: {
|
hover: {
|
||||||
onHover: null,
|
onHover: null,
|
||||||
mode: 'single',
|
mode: 'single',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user