morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.91k stars 1.23k forks source link

jQuery3 migrate deprecation warnings #740

Open guillaumebras opened 6 years ago

guillaumebras commented 6 years ago

I know morris.js is not designed for jQuery v3 // and not maintained actively - but I'm raising the issue in case someone has already a PR ready... and anyway for the record.

Using jQuery 3.2.1 + jQuery migrate, some deprecated warnings are shown.

Hereunder is a snippet of deprecated call to function "bind" Line 103 in morris.js : this.el.bind('mousemove', function(evt) {