mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 21:22:24 +00:00
reorganize files
This commit is contained in:
38
public/charts/treemap-original.vl.json
Normal file
38
public/charts/treemap-original.vl.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user