All examples By author By category About

erikaris

Visualization Implementation (VI3)

Name: Erika Siregar

  • Assignment : Visualization Implementation (VI3)
  • Course: Information Visualization (CS725)
  • Semester : Spring 2015

Working through the examples from Scott Murray's tutorial at http://alignedleft.com/tutorials/d3/ and tutorial from Jerome Cukier at http://www.jeromecukier.net/blog/2015/05/19/you-may-not-need-d3/

Built with blockbuilder.org

3 things that I learned while working through these tutorials:

  1. SVG has some basic shapes, such as: circle, rectangular, etc. But we can create our own shape by using path.
  2. to make a transition we have to provide 2 conditions: the initial condition and the transitional condition.
  3. We can use function "each()" to make sure that every event will start exactly at the end of a transaction.