Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fix(challenges): add code input space for final d3 challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Swiontek authored and scissorsneedfoodtoo committed Jul 15, 2018
1 parent c28aac0 commit f0b7ea9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2836,6 +2836,9 @@
" .attr(\"y\", (d) => yScale(d[1]))",
" ",
" const xAxis = d3.axisBottom(xScale);",
" // Add your code below this line",
" const yAxis = undefined;",
" // Add your code above this line",
" ",
" svg.append(\"g\")",
" .attr(\"transform\", \"translate(0,\" + (h - padding) + \")\")",
Expand Down

0 comments on commit f0b7ea9

Please sign in to comment.