chore: manual translations (#42811)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-07-09 21:23:54 -07:00
committed by GitHub
parent a3395269a0
commit c4fd49e5b7
806 changed files with 8935 additions and 4378 deletions

View File

@ -160,7 +160,7 @@ assert($('title').eq(8).text() == '9');
.attr("class", "bar")
.append("title")
.text((d) => d)
svg.selectAll("text")
.data(dataset)

View File

@ -181,9 +181,9 @@ assert(code.match(/\.call\(\s*yAxis\s*\)/g));
.attr("y", (d) => yScale(d[1]))
const xAxis = d3.axisBottom(xScale);
const yAxis = d3.axisLeft(yScale);
svg.append("g")
.attr("transform", "translate(0," + (h - padding) + ")")

View File

@ -218,7 +218,7 @@ assert(
.attr("x", (d) => d[0] + 5)
.attr("y", (d) => h - d[1])
.text((d) => (d[0] + ", " + d[1]))
</script>
</body>
```

View File

@ -114,7 +114,7 @@ assert(
height: 100px;
/* Add your code below this line */
/* Add your code above this line */
display: inline-block;
background-color: blue;

View File

@ -1,8 +1,7 @@
---
id: 587d7fac367417b2b2512bdc
title: >-
Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a
Dataset
Use the d3.max and d3.min Functions to Find Minimum and Maximum Values in a Dataset
challengeType: 6
forumTopicId: 301496
dashedName: >-