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) {
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) {