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
D3支持所谓的主流浏览器除了IE8及以前的版本.D3测试了火狐,Chrome、Safari。Opera和IE9.D3的大部分组件可以在旧的浏览器运行,D3核心库的最低运行要求:支持JavaScript和W3C DOM API.对于IE8,建议使用兼容性库Aight.D3使用的是Selectors API的第一级标准,但你考虑兼容性可以预加载Sizzle库。你需要使用一个主流的浏览器以便可以支持SVG和CSS3的转场特效。D3不是一个兼容的层,所以如果你的浏览器不支持这些标准,那你很不幸运,很遗憾。