Skip to content

Commit

Permalink
Fix non-zoomable charts eating scroll events (chartjs#429)
Browse files Browse the repository at this point in the history
* Fix non-zoomable charts eating scroll events

(cherry picked from commit df5b65e)
  • Loading branch information
jacopotediosi authored and ndrake committed Apr 1, 2021
1 parent 64837d1 commit 49b7b6b
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 330 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ env:
browser: true
node: true

plugins: ['html']
rules:
complexity: ["warn", 10]
max-statements: ["warn", 30]
Loading

0 comments on commit 49b7b6b

Please sign in to comment.