You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
PR #1 included a patch to add a conditional comment to skip including D3 on IE8.
However, there are a few different approaches:
if (typeof d3 !== 'undefined')to test for D3This package should allow for some of these approaches to IE8 compatibility.