adm, Бюрократы, Администраторы
54
правки
Метка: визуальный редактор отключён |
|||
<graph>
{
"data": [
{
"name": "points",
"url": "wikidatasparql:///?query={{{query}}}",
{
"url": "wikiraw://www.mediawiki.org/Extension:Graph/Demo/RawData:WorldMap-iso2-json",▼
"format": {"type": "topojson","feature": "countries"},▼
▲ "transform": [
▲ {
"value": "data",▼
▲ "projection": "equirectangular"
▲ },
{▼
▲ "type": "lookup",
"default": {▼
}▼
}▼
▲ ]
}
]
{
"name": "countries",
"transform": [
{
"center":
]
"field": "layout_path"▼
],
{
"type":
"domain": {"data": "points", "field":
},
{
"name":
"type":
"domain": {"data": "points", "field":
"range": "category20"
},
],
"marks": [
{
"name": "map",
"from": {"data": "countries"},
"properties": {
"stroke": {"value":"black" },
},
{
"name": "circle",
"type": "symbol",
"from": {"data": "points"},
"properties": {
"size": {"scale": "size", "value": "5"},
"fill": {"scale": "fill", "field": "fill" },
"fillOpacity": {"value": 1},
"stroke": {"scale": "fill", "field": "fill" },
"strokeWidth": {"value": 1},
"x": {"field": "layout_x"},
"y": {"field": "layout_y"}
}
}
]
}
</graph>
|