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

Commit f0b7ea9

Browse files
Alex Swiontekscissorsneedfoodtoo
authored andcommitted
fix(challenges): add code input space for final d3 challenge
1 parent c28aac0 commit f0b7ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

challenges/04-data-visualization/data-visualization-with-d3.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,6 +2836,9 @@
28362836
" .attr(\"y\", (d) => yScale(d[1]))",
28372837
" ",
28382838
" const xAxis = d3.axisBottom(xScale);",
2839+
" // Add your code below this line",
2840+
" const yAxis = undefined;",
2841+
" // Add your code above this line",
28392842
" ",
28402843
" svg.append(\"g\")",
28412844
" .attr(\"transform\", \"translate(0,\" + (h - padding) + \")\")",

0 commit comments

Comments
 (0)