I’m testing my dashboards in IE’s dreaded compatibility mode. They render correctly in IE11 and require polyfills in IE10 (but ultimately render correctly), but I’m running into an error in IE9:
SCRIPT5007: Unable to get property 'createObjectURL' of undefined or null reference
plotly-latest.min.js (7,809876)
This results in Plotly being undefined. Is there a workaround or fix for this?