mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
71.54k stars 6.48k forks source link

IE11 Support issue #261

Closed usavic closed 6 years ago

usavic commented 8 years ago

image

Tested on Windows 7 64 bit, IE 11.

tylerlong commented 8 years ago

I can reproduce the issue with IE 11 on Windows 10. And gantt diagram doesn't render any images, it shows some text only.

ivy88 commented 8 years ago

Can confirm and reproduce with IE 11 on Windows 7 - no text can been seen in flowchart boxes.

However by setting mermaid.initialize({flowchart:{htmlLabels:false}}) using the version tagged 0.5.6 I was able to see text.

StevenDevooght commented 7 years ago

We are experiencing the same issues with IE11 on Windows 10.

tylerlong commented 6 years ago

We've decided to give up IE due to lack of contributors. But we do want to support MS Edge browser.