suryakumara / dataviz-certification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 78.8%Language:HTML 13.3%Language:CSS 7.9%