IsaKiko / D3-visualising-data

Lesson plans for teaching the basics of HTML, CSS, SVG, JSON, and JS (primarily D3.js), in order to create browser-based data visualisations.
http://isakiko.github.io/D3-visualising-data/
Other
35 stars 35 forks source link

Updated D3 lesson to v4, added sorting data by population size #43

Closed Spaxe closed 8 years ago

IsaKiko commented 8 years ago

Hi there!

That all looks fantastic. Thank you! :)

I'm just confused by the 'fixing paths' commit - looks like that assumes that I download d3 into /js, which I didn't. Or am I reading this wrong?

Spaxe commented 8 years ago

I added d3.min.js (v4.1) as part of the pull request.

Reason being that Firefox blocks non-same-origin sources by default, and the examples didn't run when it's pulling from the CDN.

Same thing with jquery - I pointed it to a copy that you have in the repo!

IsaKiko commented 8 years ago

Yay! Up to date! Thank you!

Spaxe commented 8 years ago

Thanks Isa!