Working With IE 11 and Document Mode

At my employer, the majority of the users use IE11. I am noticing that the plots I output to HTML files do not render in IE11, but render fine in Chrome. I found that this is due to the document mode in IE11. If I change it to “Edge” the plots render great. The issue I have is I can’t tell everyone I may share a plot with to change this setting. Is there a way to do so in my code to tell IE11 to use this document mode?

I found something similar for Dash here, but I am unsure as to how applicable this solution is or how to implement it:

Thanks.