Template:Vetoed UN Resolutions
{
"version": 2,
"width": 350,
"height": 200,
"padding": {"top": 30,"left":110,"bottom": 65,"right": 110},
"scene": {
"stroke": "fill",
"strokeWidth": 0.2
},
"data": [
{
"name": "table",
"values": [
{"country": "France","vetoes": 2,"c": "1946–1969"},
{"country": "France","vetoes": 14,"c": "1970–1991"},
{"country": "France","vetoes": 0,"c": "1992–present"},
{"country": "China (ROC/PRC)","vetoes": 0,"c": "1946–1969"},
{"country": "China (ROC/PRC)","vetoes": 1,"c": "1970–1991"},
{"country": "China (ROC/PRC)","vetoes": 18,"c": "1992–present"},
{"country": "United Kingdom","vetoes": 3,"c": "1946–1969"},
{"country": "United Kingdom","vetoes": 26,"c": "1970–1991"},
{"country": "United Kingdom","vetoes": 0,"c": "1992–present"},
{"country": "United States","vetoes": 0,"c": "1946–1969"},
{"country": "United States","vetoes": 65,"c": "1970–1991"},
{"country": "United States","vetoes": 22,"c": "1992–present"},
{"country": "Russia/USSR","vetoes": 80,"c": "1946–1969"},
{"country": "Russia/USSR","vetoes": 10,"c": "1970–1991"},
{"country": "Russia/USSR","vetoes": 39,"c": "1992–present"}
]
},
{
"name": "stats",
"source": "table",
"transform": [
{
"type": "aggregate",
"groupby": ["country"],
"summarize": [{"field": "vetoes","ops": ["sum"]}]
}
]
}
],
"scales": [
{
"name": "countries",
"type": "ordinal",
"range": "height",
"padding": 0.2,
"domain": {"data": "table","field": "country"}
},
{
"name": "vetoes",
"type": "linear",
"range": "width",
"nice": true,
"domain": {"data": "stats","field": "sum_vetoes"},
"domainMin": 0,
"domainMax": 130
},
{
"name": "color",
"type": "ordinal",
"range": ["#4e79a7", "#f28e2a", "#e15659"],
"domain": {"data": "table","field": "c"}
}
],
"axes": [
{"type": "x","scale": "vetoes","title": "Vetoes cast","grid": true},
{"type": "y","scale": "countries","tickSize": 0,"tickPadding": 8}
],
"marks": [
{
"type": "rect",
"from": {
"data": "table",
"transform": [
{
"type": "stack",
"groupby": ["country"],
"sortby": ["c"],
"field": "vetoes"
}
]
},
"properties": {
"enter": {
"y": {"scale": "countries","field": "country"},
"height": {"scale": "countries","band": true,"offset": 0},
"x": {"scale": "vetoes","field": "layout_start"},
"x2": {"scale": "vetoes","field": "layout_end"},
"fill": {"scale": "color","field": "c"}
}
}
},
{
"type": "text",
"from": {
"data": "stats"
},
"properties": {
"enter": {
"y": {"scale": "countries","field": "country", "offset": 16},
"x": {"scale": "vetoes","field": "sum_vetoes", "offset": 10},
"fill": {"value": "black"},
"align": {"value": "center"},
"baseline": {"value": "middle"},
"text": {"field": "sum_vetoes"}
}
}
}
],
"legends": [
{
"fill": "color"
}
]
}
Number of resolutions vetoed by each of the five permanent members of the Security Council from 1946 until present{{cite web |url=http://research.un.org/en/docs/sc/quick/veto|title=Security Council - Veto List|publisher=Dag Hammarskjöld Library Research Guide}}