Карта мира: различия между версиями

Перейти к навигации Перейти к поиску
нет описания правки
<graph>
{
"valueversion": {}2,
"$schema": "https://vega.github.io/schema/vega/v5.json",
"onwidth": [1,
"description": "A basic bar chart example, with value labels shown upon mouse hover.",
"widthheight": 4001,
"heightdata": 200,[
},{
"padding": 5,
"name": "tablehighlights",
 
"values": [{"id":"US","v":"blue"},{"id":"AU","v":"purple"},{"id":"CN","v":"red"},{"id":"BR","v":"pink"},{"id":"DZ","v":"green"}]
"data": [
{
"name": "table",
"values": [
{"category": "A", "amount": 28},
{"category": "B", "amount": 55},
{"category": "C", "amount": 43},
{"category": "D", "amount": 91},
{"category": "E", "amount": 81},
{"category": "F", "amount": 53},
{"category": "G", "amount": 19},
{"category": "H", "amount": 87}
]
}
],
 
"signals": [
{
"name": "tooltip",
"value": {},
"on": [
{"events": "rect:mouseover", "update": "datum"},
{"events": "rect:mouseout", "update": "{}"}
]
}
],
 
"scales": [
{
"name": "xscale",
"type": "band",
"domain": {"data": "table", "field": "category"},
"range": "width",
"padding": 0.05,
"round": true
},
{
"name": "yscale",
"domain": {"data": "table", "field": "amount"},
"nice": true,
"range": "height"
}
],
 
"axes": [
{ "orient": "bottom", "scale": "xscale" },
{ "orient": "left", "scale": "yscale" }
],
 
"marks": [
{
"type": "rect",
"from": {"data":"table"},
"encode": {
"enter": {
"x": {"scale": "xscale", "field": "category"},
"width": {"scale": "xscale", "band": 1},
"y": {"scale": "yscale", "field": "amount"},
"y2": {"scale": "yscale", "value": 0}
},
"update": {
"fill": { "valuename": "steelbluecountries"},
"url": "wikiraw:///Extension:Graph/Demo/RawData:WorldMap-iso2-json",
},
"domainformat": {"datatype": "tabletopojson", "fieldfeature": "categorycountries"},
"hover": {
"fill": { "valuetransform": "red"}[
"enter": {
"type": "rectgeopath",
"y2": {"scale": "yscale", "value": 0}"data",
"scale": 80,
"translate":[0,0],
"projection": "equirectangular"
},
{
"type": "bandlookup",
"keys": [ "id" ],
"on": "highlights",
"onKey": "id",
"as": [ "zipped" ],
"default": {
"v": "#C0C0C0"
}
}
]
}
}],
},"marks": [
{
"type": "textpath",
"encodefrom": {
"enterdata": {"countries"
"align": {"value": "center"},
"baselineproperties": {"value": "bottom"},
"fill": { "valueenter": "#333"}{
}, "path": {
"updatefield": {"layout_path"
"x": {"scale": "xscale", "signal": "tooltip.category", "band": 0.5 },
"y": {"scale": "yscale", "signal": "tooltip.amount", "offset": -2},
"text": { "signalupdate": "tooltip.amount"},{
"fillOpacityfill": [{
{"test": "datum === tooltip", "valuefield": 0},"zipped.v"
{"value": 1 }
] },
"hover": {
"fill": {
"value": "#989898"
}
}
] }
}
}]
}
]
}
 
</graph>
 
<graph>

Навигация