All examples By author By category About

juliettepardue

VI3

#Juliette Pardue

##Learned from D3 Tutorial

  1. For scatterplots, how to use the radius attribute to encode size.
  2. Using scales to specify a valid range where data values can be mapped to. So all data values will fall into the specified range after the mapping or normalizing has been applied.
  3. How to format aesthetically pleasing axis as true values or percentages. However, I preferred the true values for this example since the percentages didn't make sense.
  4. How to create transitions by specifying the ending attributes of the object and the transition effects.