Kitware / candela

Visualization components for the web
https://candela.readthedocs.io
Apache License 2.0
116 stars 29 forks source link

Add polyfill to support IE #459

Closed jeffbaumes closed 7 years ago

jeffbaumes commented 7 years ago

Fixes #458

Now at least MS Edge and IE 11 will render enough to see the warning message that the browser is not supported. Before this the app hit an error on IE 11 ("Symbol" type was not defined). Both browsers are now able to see and configure a simple plot with this fix, but the dataset panel is non-functional. I followed instructions at https://babeljs.io/docs/usage/polyfill/.

Edge: screen shot 2016-10-21 at 2 39 12 pm

IE 11: screen shot 2016-10-21 at 3 09 09 pm