Update chart configurations to set fixed width and enhance export options in quiz

This commit is contained in:
2025-01-29 16:59:29 +02:00
parent 7cf61a1cef
commit f7a667616b
23 changed files with 32 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
"data": {
"url": "data/barchart.csv", "format": {"type": "csv"}
},
"width": "container",
"width": 800,
"height": 400,
"mark": {
"type": "bar"