-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoom In Zoom out feature #7
Comments
Which version of IE? What kind of graphics are you using (SVG or CSS)? |
In IE9, I am Using SVG graphics. |
Has there been an update to this? |
IE used to be special but like with many other things MS gave up on being special. So to make zooming with the mouswheel work in IE11 the updateScrollEvents function in vivagraph needs to be modified just a little bit. Basically remove the 'special' treatment for IE and use the 'mousewheel' event for all browsers. REPLACE BOLD TEXT WITH 'mousewheel' or just get rid of the if/else statement all together. if (browserInfo.browser === 'webkit') { |
Zoom in zoom out feature using mouse wheel is not working on Internet explorer.
The text was updated successfully, but these errors were encountered: