Dataviz Certification

Tech :

  • d3 v4

Repositori to pass Data Visualization by freeCodeCamp

Step :

  1. Creating scale, xScale or yScale, define it is scaleLinear or scaleTime
  2. Create Axis based on the scale, use axisBottom and axisLeft.
  3. Create rect or circle by using data().enter() for each value item.