Guest User

Untitled

a guest
May 21st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var xAxis = d3.axisBottom(xScale)
  2. .tickSize(7)
  3. .tickPadding(6);
  4.  
  5. var yAxis = d3.axisLeft(yScale).ticks(24);
Add Comment
Please, Sign In to add comment