We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Math.sign is not supported in IE, even IE11. Currently we only seem to have this in gl2d/camera https://github.com/plotly/plotly.js/blob/master/src/plots/gl2d/camera.js#L134 https://github.com/plotly/plotly.js/blob/master/src/plots/gl2d/camera.js#L152
We should remove these and include Math.sign (any other IE quirks?) in our syntax tests.
Math.sign
The text was updated successfully, but these errors were encountered:
fixed by #1792
Sorry, something went wrong.
alexcjohnson
No branches or pull requests
Math.sign is not supported in IE, even IE11. Currently we only seem to have this in gl2d/camera
https://github.com/plotly/plotly.js/blob/master/src/plots/gl2d/camera.js#L134
https://github.com/plotly/plotly.js/blob/master/src/plots/gl2d/camera.js#L152
We should remove these and include
Math.sign
(any other IE quirks?) in our syntax tests.The text was updated successfully, but these errors were encountered: