Please refer the below code.
$(this.element).on(\"mousewheel\", this.chartMouseWheel); chartMouseWheel:function(e) { if(e.originalEvent.wheelDelta /
Or just use the jquery-mousewheel jQuery plugin.