Gombee Doe

Results 1 comments of Gombee Doe

I solved it by overwriting `touch-action: none;` with `touch-action: pan-y;`. `touch-action: none;` is inline style that is added to canvas element. ```js const myChart = new Chart(ctx, { ... });...