plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
499 stars 101 forks source link

app doesn't work in IE 11 #1050

Open chl8725 opened 4 years ago

chl8725 commented 4 years ago

I tried dev/demo import'../node_modules/react-app-polyfill/ie9.js'; // For IE 9-11 support import'../node_modules/react-app-polyfill/ie11.js'; // For IE 11 support import'../node_modules/react-app-polyfill/stable.js'; As above, polyfill was installed and imported. I added ie to browserlist also in package.json file But it comes out like the picture below. What should I do? errr Please tell me

dmt0 commented 4 years ago

IE9 is not supported, for IE11 you need to import CSS: https://github.com/plotly/react-chart-editor/blob/master/README.md#styling-the-defaulteditor--and-the-built-in-components

chl8725 commented 4 years ago

IE9 is not supported, for IE11 you need to import CSS: https://github.com/plotly/react-chart-editor/blob/master/README.md#styling-the-defaulteditor--and-the-built-in-components What you said is " import'react-chart-editor/lib/react-chart-editor.ie.min.css' "? What file should I put in this sentence? I put it in the index.html file but it didn't work

chl8725 commented 4 years ago

I don't know where this file is react-chart-editor.ie.min.css. Where are you? Please let me know