wk4
Name: Slobodan Milanko
- Below are the three cool things I learned:
- When creating transitions, we can chan them by using the end callback function
- We can apply scales to our graphs, so that our values do not get too big and fall off the screen
- We can use a multi-dimensional array to create data for a scatter plot, where each entry in the array, is its own array of x and y
- in D3, we dont have to just grab onto the body, by using the select. We can grab onto the div, by referencing its id for example.
forked from smilanko's block: wk4