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

local improvements #20

Closed twitwi closed 9 years ago

twitwi commented 9 years ago

including more concise "for" statement

NB: the for that aims at concatenating arrays could be replaced with

filtered_nations = filtered_nations.concat(new_nations);
IsaKiko commented 9 years ago

Awesome, thanks! Changing all the .js files accordingly.

IsaKiko commented 9 years ago

Addressed in https://github.com/IsaKiko/D3-visualising-data/pull/22