D3-visualising-data
D3-visualising-data copied to clipboard
Lesson plans for teaching the basics of HTML, CSS, SVG, JSON, and JS (primarily D3.js), in order to create browser-based data visualisations.
This could be indicated in the introduction. PS: I'm tempted to start translating this to French :)
Learning git seems to be too much load for this lesson. It's probably an easier path to learn to create gists, and you'll have covered half the way to properly...
PR https://github.com/IsaKiko/D3-visualising-data/pull/27 will result in the following changes in the rest of the repo include in css file: svg { border: 5px solid red; } change in js files: -...
I rebased my `cern-pre-webfest` branch. If you don't think all modifications should be included, feel free to let me know and I'll filter them or if you prefer you can...
The current javascript code uses underscores, which might be familiar for the learners if they come e.g. from a Python lesson. My understanding is that javascript uses a camelCase naming...