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

@@ -5,8 +5,8 @@
"fontSize": 16,
"fontWeight": "bold"
},
"width": 500,
"height": 300,
"width": "container",
"height": 400,
"data": {
"values": [
{
@@ -120,7 +120,9 @@
"type": "temporal",
"title": null,
"axis": {
"grid": true
"grid": true,
"tickCount": 4,
"labelExpr": "timeFormat(datum.value, '%b %Y')"
}
},
"y": {