Merge pull request #15484 from tommygebru/patch-2
fix/ typo for challenge description
This commit is contained in:
@ -1541,7 +1541,7 @@
|
||||
"The padding may be confusing at first. Picture the x-axis as a horizontal line from 0 to 500 (the width value for the SVG canvas). Including the padding in the <code>range()</code> method forces the plot to start at 30 along that line (instead of 0), and end at 470 (instead of 500).",
|
||||
"<hr>",
|
||||
"Use the <code>yScale</code> variable to create a linear y-axis scale. The domain should start at zero and go to the maximum y value in the set. The range should use the SVG height (<code>h</code>) and include padding.",
|
||||
"<strong>Note</strong><br>Remember to keep the plot right-side-up. When you set the range for the y coordinates, the higher value (height less padding) is the first argument, and the lower value is the second argument."
|
||||
"<strong>Note</strong><br>Remember to keep the plot right-side-up. When you set the range for the y coordinates, the higher value (height minus padding) is the first argument, and the lower value is the second argument."
|
||||
],
|
||||
"challengeSeed": [
|
||||
"<body>",
|
||||
|
Reference in New Issue
Block a user