Update chart dimensions for responsive design and enhance quiz completion alert localization

This commit is contained in:
2025-01-28 05:09:30 +02:00
parent a25a54b0d1
commit 92c128a342
17 changed files with 62 additions and 35 deletions

View File

@@ -9,7 +9,7 @@
"url": "data/barchart.csv", "format": {"type": "csv"}
},
"width": "container",
"height": "container",
"height": 400,
"mark": {
"type": "bar"
},
@@ -32,6 +32,9 @@
"title": "Швидкість інтернету (МБіт/с)",
"titleFontWeight": "bold",
"grid": true
},
"scale": {
"zero": true
}
}
}