Files
minivlat-local-ua/public/charts/treemap-original.vl.json
2025-01-30 16:28:56 +02:00

38 lines
688 B
JSON

{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 500,
"height": 500,
"marks": [
{
"type": "image",
"encode": {
"enter": {
"url": {
"value": "data/treemap-en.png"
},
"x": {
"value": 0
},
"y": {
"value": 0
},
"width": {
"value": 500
},
"height": {
"value": 500
},
"aspect": {
"value": true
},
"align": {
"value": "left"
},
"baseline": {
"value": "top"
}
}
}
}
]
}