Page MenuHomePhabricator

vega.js errors out during JS parse in IE8
Closed, DuplicatePublic

Description

vega.js can't load in IE8, it dies on this bit:

vg.true = function() { return true; };

The fallback image doesn't get used because we have window.mw present, and the generated graph doesn't load because vg is missing.