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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -