mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-22 21:52:24 +00:00
Update chart dimensions for responsive design and enhance quiz completion alert localization
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user