pwyf / iati-decipher

📊 Browser plugins for deciphering IATI organisation files.
https://iati-decipher.publishwhatyoufund.org
MIT License
1 stars 2 forks source link

Charts aren’t shown in Firefox for v1.1.0+ #89

Closed andylolz closed 6 years ago

andylolz commented 6 years ago

Since the switch to c3.js, charts aren’t shown.

Originally reported by Gary.

andylolz commented 6 years ago

Confirmed – problems started in d48edd1fe2d689f91daf76a5346a329ddec2b821.

andylolz commented 6 years ago

Okay, so this looks like a scoping issue… The error is “d3 is undefined” which is super weird.

I need to try loading d3 separately to see if that helps.

andylolz commented 6 years ago

Fixed in b46265f.