fix(challenges): add code input space for final d3 challenge
This commit is contained in:
committed by
Kristofer Koishigawa
parent
c28aac036d
commit
f0b7ea9e56
@ -2836,6 +2836,9 @@
|
|||||||
" .attr(\"y\", (d) => yScale(d[1]))",
|
" .attr(\"y\", (d) => yScale(d[1]))",
|
||||||
" ",
|
" ",
|
||||||
" const xAxis = d3.axisBottom(xScale);",
|
" const xAxis = d3.axisBottom(xScale);",
|
||||||
|
" // Add your code below this line",
|
||||||
|
" const yAxis = undefined;",
|
||||||
|
" // Add your code above this line",
|
||||||
" ",
|
" ",
|
||||||
" svg.append(\"g\")",
|
" svg.append(\"g\")",
|
||||||
" .attr(\"transform\", \"translate(0,\" + (h - padding) + \")\")",
|
" .attr(\"transform\", \"translate(0,\" + (h - padding) + \")\")",
|
||||||
|
Reference in New Issue
Block a user