Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 314 Bytes

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.