d3.js - d3 is undefined error -
this driving me crazy.
http://www.myethiopia.org/quicklinks/stuff/data/amtigray.html works in firefox , chrome. getting following errors in ie9. 1. html1204: myethiopia.org running in compatibility view because 'display websites in compatibility view' checked. 2. script5007: unable value of property 'prototype': object null or undefined 3. script5009: 'd3' undefined
i had same problem. there's a similar question on stackoverflow on here had answer me.
long story, short, sure include these 2 lines @ top of html:
<!doctype html> <meta http-equiv="x-ua-compatible" content="ie=edge" />
that fixed me. there other suggestions @ link might work you, too. luck!
Comments
Post a Comment