Corrected some spelling mistakes. Rewrite all questions acording to original mini-VLAT

This commit is contained in:
Pavlo Khomenko
2025-01-14 22:00:27 +02:00
parent ec4151992f
commit 4780e66aaf
13 changed files with 139 additions and 134 deletions

View File

@@ -171,7 +171,7 @@ class HistogramMini extends Component {
.attr("class", "title")
.attr("x", width / 3)
.attr("y", -length / margin.top) // +20 to adjust position (lower)
.text("Відстань та користувачі")
.text("Відстань поїздок та користувачі")
.attr("fill", "black")
.style("font-weight", "bold")
})