mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 13:12:23 +00:00
39 lines
689 B
JSON
39 lines
689 B
JSON
{
|
|
"$schema": "https://vega.github.io/schema/vega/v5.json",
|
|
"width": 500,
|
|
"height": 500,
|
|
"marks": [
|
|
{
|
|
"type": "image",
|
|
"encode": {
|
|
"enter": {
|
|
"url": {
|
|
"value": "data/treemap-uk.png"
|
|
},
|
|
"x": {
|
|
"value": 0
|
|
},
|
|
"y": {
|
|
"value": 0
|
|
},
|
|
"width": {
|
|
"value": 500
|
|
},
|
|
"height": {
|
|
"value": 500
|
|
},
|
|
"aspect": {
|
|
"value": true
|
|
},
|
|
"align": {
|
|
"value": "left"
|
|
},
|
|
"baseline": {
|
|
"value": "top"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|