Format: Ro/2: Diferență între versiuni
De la alegeri.md
Oleg (Discuție | contribuții) |
Oleg (Discuție | contribuții) (→16) |
||
(Nu s-au afișat 8 versiuni intermediare efectuate de același utilizator) | |||
Linia 1: | Linia 1: | ||
+ | ===16=== | ||
+ | |||
+ | <graph>{ | ||
+ | "version":2, | ||
+ | "description":"Votarea peste hotarele Republicii Moldova", | ||
+ | "height":200, | ||
+ | "width":450, | ||
+ | // | ||
+ | "data": [ | ||
+ | { | ||
+ | "name":"table", | ||
+ | "values": [ | ||
+ | {"year":" 1994 ", "stations":6, "voters":1948}, | ||
+ | {"year":" 1996 ", "stations":14, "voters":3072}, | ||
+ | {"year":" 1998 ", "stations":20, "voters":3234}, | ||
+ | {"year":" 2001 ", "stations":20, "voters":3804}, | ||
+ | {"year":" 2005 ", "stations":23, "voters":10018}, | ||
+ | {"year":" 04/09 ", "stations":33, "voters":16914}, | ||
+ | {"year":" 07/09 ", "stations":33, "voters":17544}, | ||
+ | {"year":" 2010 ", "stations":75, "voters":64199}, | ||
+ | {"year":" 2014 ", "stations":95, "voters":73311}, | ||
+ | {"year":" 2016 ", "stations":100, "voters":67205}, | ||
+ | {"year":" 2019 ", "stations":123, "voters":76583}, | ||
+ | ] | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "signals": [ | ||
+ | { | ||
+ | "name":"tooltip", | ||
+ | "init": {}, | ||
+ | "streams": [ | ||
+ | {"type":"rect:mouseover", "expr":"datum"}, | ||
+ | {"type":"rect:mouseout", "expr":"{}"} | ||
+ | ] | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "predicates": [ | ||
+ | { | ||
+ | "name":"tooltip", "type":"==", | ||
+ | "operands": [{"signal":"tooltip._id"}, {"arg":"id"}] | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "scales": [ | ||
+ | { | ||
+ | "name":"x", | ||
+ | "type":"ordinal", | ||
+ | "range":"width", | ||
+ | "padding":0.64, | ||
+ | // "round":true, | ||
+ | "domain": {"data":"table", "field":"year"} | ||
+ | }, | ||
+ | { | ||
+ | "name":"y", | ||
+ | "type":"linear", | ||
+ | "range":"height", | ||
+ | "nice":true, | ||
+ | "domain": {"data":"table", "field":"stations"} | ||
+ | }, | ||
+ | { | ||
+ | "name":"y2", | ||
+ | "type":"linear", | ||
+ | "range":"height", | ||
+ | "nice":true, | ||
+ | "domain": {"data":"table", "field":"voters"} | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "axes": [ | ||
+ | { | ||
+ | "type":"x", | ||
+ | "scale":"x", | ||
+ | "properties": | ||
+ | { | ||
+ | "ticks": {"stroke": {"value":"#aaa"}}, | ||
+ | "labels": {"fill": {"value":"#666"}, "fontSize": {"value":12}}, | ||
+ | "axis": {"stroke": {"value":"#ccc"}} | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"y", | ||
+ | "scale":"y", | ||
+ | "ticks":6, | ||
+ | "orient":"right", | ||
+ | "title":"Secții de votare", | ||
+ | "properties": | ||
+ | { | ||
+ | "ticks": {"stroke": {"value":"#d9d9d9"}}, | ||
+ | "labels": {"fill": {"value":"#666"}, "fontSize":{"value":12}}, | ||
+ | "axis": {"stroke": {"value":"#ccc"}}, | ||
+ | "title": {"fill": {"value":"#999"}, "fontSize": {"value":12}, "fontWeight": {"value":"italic"}, "x": {"value":-12}} | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"y", | ||
+ | "scale":"y2", | ||
+ | "title":"Alegători", | ||
+ | "format":"s", | ||
+ | "grid":true, | ||
+ | "properties": | ||
+ | { | ||
+ | "ticks": {"stroke": {"value":"#d9d9d9"}}, | ||
+ | "labels": {"fill": {"value":"#666"}, "fontSize": {"value": 12}}, | ||
+ | "axis": {"stroke": {"value":"#ccc"}}, | ||
+ | "title": {"fill": {"value":"#a6c26b"}, "fontSize": {"value":12}, "fontWeight": {"value":"italic"}, "x": {"value":12}} | ||
+ | } | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "marks": [ | ||
+ | { | ||
+ | "type":"rect", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"year"}, | ||
+ | "width": {"scale":"x", "band":true, "offset":0}, | ||
+ | "y": {"scale":"y", "field":"stations"}, | ||
+ | "y2": {"scale":"y", "value":0}, | ||
+ | }, | ||
+ | "update": {"fill": {"value":"#ccc"}}, | ||
+ | "hover": {"fill": {"value":"#999"}}, | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"line", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"year", "offset":7}, | ||
+ | "y": {"scale":"y2", "field":"voters"}, | ||
+ | "stroke": {"value":"#9bbb59"}, | ||
+ | "strokeWidth": {"value":2}, | ||
+ | //"interpolate": {"value":"linear"} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"symbol", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"year", "offset":7}, | ||
+ | "y": {"scale":"y2", "field":"voters"}, | ||
+ | "stroke": {"value":"#9bbb59"}, | ||
+ | "fill": {"value":"white"}, | ||
+ | "size": {"value":20} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"text", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "align": {"value":"center"}, | ||
+ | "fill": {"value":"#666"}, | ||
+ | }, | ||
+ | "update": { | ||
+ | "x": {"scale":"x", "signal":"tooltip.year"}, | ||
+ | "dx": {"scale":"x", "mult":0.5, "band":true}, | ||
+ | "y": {"scale":"y", "offset":-4, "signal":"tooltip.stations"}, | ||
+ | "text": {"signal":"tooltip.stations"}, | ||
+ | "fontSize": {"value":12}, | ||
+ | "fillOpacity": { | ||
+ | "rule": [ | ||
+ | { | ||
+ | "predicate": {"name":"tooltip", "id": {"value":null}}, | ||
+ | "value":0 | ||
+ | }, | ||
+ | {"value":1} | ||
+ | ] | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"text", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"signal":"width", "mult":0.5}, | ||
+ | "y": {"value":-10}, | ||
+ | "text": {"template":"Votarea în străinătate în perioada 1994–2019"}, | ||
+ | "fill": {"value":"#336"}, | ||
+ | "fontSize": {"value":15}, | ||
+ | "align": {"value":"center"}, | ||
+ | "fontWeight": {"value":"bold"} | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | ] | ||
+ | }</graph> | ||
+ | |||
+ | ===15=== | ||
+ | |||
<graph> | <graph> | ||
{ | { | ||
"version":2, | "version":2, | ||
− | "width": | + | "width":865, |
"height":350, | "height":350, | ||
"data": [ | "data": [ | ||
Linia 175: | Linia 371: | ||
"values": [ | "values": [ | ||
{"name":"3 martie", "pos":"0"}, | {"name":"3 martie", "pos":"0"}, | ||
+ | {"name":"17 martie", "pos":"10"}, | ||
+ | {"name":"15 mai", "pos":"70"}, | ||
{"name":"4 august", "pos":"146"} | {"name":"4 august", "pos":"146"} | ||
+ | ] | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "scales": [ | ||
+ | { | ||
+ | "name":"x", | ||
+ | "type":"linear", | ||
+ | "range":"width", | ||
+ | "domain": {"data":"table", "field":"mdata"} | ||
+ | }, | ||
+ | { | ||
+ | "name":"y", | ||
+ | "type":"linear", | ||
+ | "range":"height", | ||
+ | "domain": {"data":"table", "field":"masti"} | ||
+ | }, | ||
+ | { | ||
+ | "name":"color", | ||
+ | "type":"ordinal", | ||
+ | "domain": {"data":"annotation", "field":"text"}, | ||
+ | "range": ["#c00"] | ||
+ | }, | ||
+ | ], | ||
+ | // | ||
+ | "axes": [ | ||
+ | { | ||
+ | "type":"x", | ||
+ | "scale":"x", | ||
+ | //"tickSize": 5, | ||
+ | "values": [21, 22, 24, 27, 28, 29, 30, 34, 36, 37, 38, 41, 42, 44, 49, 50, 51, 55, 56, 57, 58, 65, 66, 69, 70, 76, 79, 84, 91, 94, 98, 100, 107, 108, 112, 118, 119, 123, 127, 133, 140, 146, 148], | ||
+ | "properties": | ||
+ | { | ||
+ | "ticks": {"stroke": {"value":"#aaa"}}, | ||
+ | "labels": {"fill": {"value":"#fff"}, "fontSize": {"value":1}}, | ||
+ | "axis": {"stroke": {"value":"#ccc"}}, | ||
+ | }, | ||
+ | }, | ||
+ | { | ||
+ | "type":"y", | ||
+ | "scale":"y", | ||
+ | //"format":"s", | ||
+ | "grid":true, | ||
+ | "layer":"front", | ||
+ | "properties": | ||
+ | { | ||
+ | "ticks": {"stroke": {"value":"#d9d9d9"}}, | ||
+ | "labels": {"fill": {"value":"#666"}, "fontSize": {"value":12}}, | ||
+ | "axis": {"stroke": {"value":"#ccc"}}, | ||
+ | "grid": {"stroke": {"value":"#999"}, "strokeWidth": {"value":1}}, | ||
+ | } | ||
+ | }, | ||
+ | ], | ||
+ | // | ||
+ | "marks": [ | ||
+ | { | ||
+ | "type":"rule", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "y": {"field": {"group":"y"}}, | ||
+ | "y2": {"field": {"group":"height"}}, | ||
+ | "x": {"scale":"x", "value":29}, "stroke": {"value":"#ccc"}, | ||
+ | "strokeWidth": {"value": 1}, "strokeDash": {"value": [3]} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"rule", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "y": {"field": {"group":"y"}}, | ||
+ | "y2": {"field": {"group":"height"}}, | ||
+ | "x": {"scale":"x", "value":59}, "stroke": {"value":"#ccc"}, | ||
+ | "strokeWidth": {"value": 1}, "strokeDash": {"value": [3]} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"rule", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "y": {"field": {"group":"y"}}, | ||
+ | "y2": {"field": {"group":"height"}}, | ||
+ | "x": {"scale":"x", "value":90}, "stroke": {"value":"#ccc"}, | ||
+ | "strokeWidth": {"value": 1}, "strokeDash": {"value": [3]} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"rule", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "y": {"field": {"group":"y"}}, | ||
+ | "y2": {"field": {"group":"height"}}, | ||
+ | "x": {"scale":"x", "value":120}, "stroke": {"value":"#ccc"}, | ||
+ | "strokeWidth": {"value": 1}, "strokeDash": {"value": [3]} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"rule", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "y": {"field": {"group":"y"}}, | ||
+ | "y2": {"field": {"group":"height"}}, | ||
+ | "x": {"scale":"x", "value":151}, "stroke": {"value":"#ccc"}, | ||
+ | "strokeWidth": {"value": 1}, "strokeDash": {"value": [3]} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type": "text", | ||
+ | "from": {"data":"visdates"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"pos"}, | ||
+ | "y": {"value": 368}, | ||
+ | "fill": {"value":"#666"}, | ||
+ | "text": {"field":"name"}, | ||
+ | "fontSize": {"value":12} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"rect", | ||
+ | "from": {"data":"annotation"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"start"}, | ||
+ | "y": {"value":0}, | ||
+ | "x2": {"scale":"x", "field":"end"}, | ||
+ | "y2": {"signal":"height"}, | ||
+ | "fill": {"scale":"color", "field":"text"}, | ||
+ | "opacity": {"value":0.1} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"line", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"mdata"}, | ||
+ | "y": {"scale":"y", "field":"manusi"}, | ||
+ | "stroke": {"value":"#5b97dd"}, | ||
+ | "strokeWidth": {"value":2}, | ||
+ | "interpolate": {"value":"step-after"} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"line", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"mdata"}, | ||
+ | "y": {"scale":"y", "field":"costume"}, | ||
+ | "stroke": {"value":"#26797a"}, | ||
+ | "strokeWidth": {"value":2}, | ||
+ | "interpolate": {"value":"step-after"} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"line", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"mdata"}, | ||
+ | "y": {"scale":"y", "field":"viziere"}, | ||
+ | "stroke": {"value":"#999"}, | ||
+ | "strokeWidth": {"value":2}, | ||
+ | "interpolate": {"value":"step-after"} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"line", | ||
+ | "from": {"data":"table"}, | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"scale":"x", "field":"mdata"}, | ||
+ | "y": {"scale":"y", "field":"masti"}, | ||
+ | "stroke": {"value":"#5ab8f0"}, | ||
+ | "strokeWidth": {"value":2}, | ||
+ | "interpolate": {"value":"step-after"} | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | { | ||
+ | "type":"text", | ||
+ | "properties": { | ||
+ | "enter": { | ||
+ | "x": {"signal":"width", "mult":0.5}, | ||
+ | "y": {"value": -10}, | ||
+ | "text": {"template":"Distribuția echipamentelor de protecție individuală (3 martie – 4 august 2020)"}, | ||
+ | "fill": {"value":"#336"}, | ||
+ | "fontSize": {"value":15}, | ||
+ | "align": {"value":"center"}, | ||
+ | "fontWeight": {"value":"bold"} | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | ], | ||
+ | // | ||
+ | "legends": [ | ||
+ | { | ||
+ | "fill":"color", | ||
+ | "properties": { | ||
+ | "labels": {"fontSize": {"value":12}, "fill": {"value":"#666"}}, | ||
+ | "symbols": { | ||
+ | "strokeWidth": {"value":0}, | ||
+ | "shape": {"value":"square"}, | ||
+ | "opacity": {"value":0} | ||
+ | }, | ||
+ | "legend": { | ||
+ | "x": {"value":180}, | ||
+ | "y": {"value":5}, | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </graph> | ||
+ | |||
+ | ===1=== | ||
+ | |||
+ | <graph> | ||
+ | { | ||
+ | "version":2, | ||
+ | "width":500, | ||
+ | "height":350, | ||
+ | "data": [ | ||
+ | { | ||
+ | "name":"table", | ||
+ | "values": [ | ||
+ | {"mdata":0, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":1, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":2, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":3, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":4, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":5, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":6, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":7, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":8, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":9, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":10, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":11, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":12, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":13, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":14, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":15, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":16, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":17, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":18, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":19, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":20, "masti":0, "manusi":0, "costume":25000, "viziere":0}, | ||
+ | {"mdata":21, "masti":9600, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":22, "masti":19200, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":23, "masti":19200, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":24, "masti":28800, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":25, "masti":28800, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":26, "masti":28800, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":27, "masti":38400, "manusi":9600, "costume":25000, "viziere":0}, | ||
+ | {"mdata":28, "masti":38400, "manusi":9600, "costume":29400, "viziere":0}, | ||
+ | {"mdata":29, "masti":48000, "manusi":9600, "costume":33400, "viziere":0}, | ||
+ | {"mdata":30, "masti":57600, "manusi":9600, "costume":34400, "viziere":0}, | ||
+ | {"mdata":31, "masti":57600, "manusi":9600, "costume":34400, "viziere":0}, | ||
+ | {"mdata":32, "masti":57600, "manusi":9600, "costume":34400, "viziere":0}, | ||
+ | {"mdata":33, "masti":57600, "manusi":9600, "costume":34400, "viziere":0}, | ||
+ | {"mdata":34, "masti":67500, "manusi":9600, "costume":45300, "viziere":0}, | ||
+ | {"mdata":35, "masti":67500, "manusi":9600, "costume":45300, "viziere":0}, | ||
+ | {"mdata":36, "masti":81900, "manusi":9600, "costume":48900, "viziere":0}, | ||
+ | {"mdata":37, "masti":81900, "manusi":9600, "costume":52094, "viziere":0}, | ||
+ | {"mdata":38, "masti":197100, "manusi":9600, "costume":52094, "viziere":0}, | ||
+ | {"mdata":39, "masti":197100, "manusi":9600, "costume":52094, "viziere":0}, | ||
+ | {"mdata":40, "masti":197100, "manusi":9600, "costume":52094, "viziere":0}, | ||
+ | {"mdata":41, "masti":213900, "manusi":9600, "costume":56894, "viziere":0}, | ||
+ | {"mdata":42, "masti":216400, "manusi":10600, "costume":63810, "viziere":1535}, | ||
+ | {"mdata":43, "masti":216400, "manusi":10600, "costume":63810, "viziere":1535}, | ||
+ | {"mdata":44, "masti":233800, "manusi":10600, "costume":72960, "viziere":3545}, | ||
+ | {"mdata":45, "masti":233800, "manusi":10600, "costume":72960, "viziere":3545}, | ||
+ | {"mdata":46, "masti":233800, "manusi":10600, "costume":72960, "viziere":3545}, | ||
+ | {"mdata":47, "masti":233800, "manusi":10600, "costume":72960, "viziere":3545}, | ||
+ | {"mdata":48, "masti":233800, "manusi":10600, "costume":72960, "viziere":3545}, | ||
+ | {"mdata":49, "masti":237554, "manusi":10600, "costume":79660, "viziere":3685}, | ||
+ | {"mdata":50, "masti":263954, "manusi":10600, "costume":79660, "viziere":3685}, | ||
+ | {"mdata":51, "masti":282554, "manusi":10600, "costume":80860, "viziere":3685}, | ||
+ | {"mdata":52, "masti":282554, "manusi":10600, "costume":80860, "viziere":3685}, | ||
+ | {"mdata":53, "masti":282554, "manusi":10600, "costume":80860, "viziere":3685}, | ||
+ | {"mdata":54, "masti":282554, "manusi":10600, "costume":80860, "viziere":3685}, | ||
+ | {"mdata":55, "masti":325354, "manusi":112100, "costume":82910, "viziere":44685}, | ||
+ | {"mdata":56, "masti":327854, "manusi":114600, "costume":82910, "viziere":44685}, | ||
+ | {"mdata":57, "masti":345254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":58, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":59, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":60, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":61, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":62, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":63, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":64, "masti":348254, "manusi":122600, "costume":96310, "viziere":77505}, | ||
+ | {"mdata":65, "masti":848255, "manusi":322600, "costume":121310, "viziere":87407}, | ||
+ | {"mdata":66, "masti":863455, "manusi":322600, "costume":123330, "viziere":87407}, | ||
+ | {"mdata":67, "masti":863455, "manusi":322600, "costume":123330, "viziere":87407}, | ||
+ | {"mdata":68, "masti":863455, "manusi":322600, "costume":123330, "viziere":87407}, | ||
+ | {"mdata":69, "masti":891255, "manusi":333500, "costume":123530, "viziere":87557}, | ||
+ | {"mdata":70, "masti":901255, "manusi":343500, "costume":126530, "viziere":88057}, | ||
+ | {"mdata":71, "masti":901255, "manusi":343500, "costume":126530, "viziere":88057}, | ||
+ | {"mdata":72, "masti":901255, "manusi":343500, "costume":126530, "viziere":88057}, | ||
+ | {"mdata":73, "masti":901255, "manusi":343500, "costume":126530, "viziere":88057}, | ||
+ | {"mdata":74, "masti":901255, "manusi":343500, "costume":126530, "viziere":88057}, | ||
+ | {"mdata":75, "masti":901255, "manusi":343500, "costume":126530, "viziere":88057}, | ||
+ | {"mdata":76, "masti":958255, "manusi":387800, "costume":129980, "viziere":93417}, | ||
+ | {"mdata":77, "masti":958255, "manusi":387800, "costume":129980, "viziere":93417}, | ||
+ | {"mdata":78, "masti":958255, "manusi":387800, "costume":129980, "viziere":93417}, | ||
+ | {"mdata":79, "masti":1017605, "manusi":417100, "costume":137580, "viziere":100217}, | ||
+ | {"mdata":80, "masti":1017605, "manusi":417100, "costume":137580, "viziere":100217}, | ||
+ | {"mdata":81, "masti":1017605, "manusi":417100, "costume":137580, "viziere":100217}, | ||
+ | {"mdata":82, "masti":1017605, "manusi":417100, "costume":137580, "viziere":100217}, | ||
+ | {"mdata":83, "masti":1017605, "manusi":417100, "costume":137580, "viziere":100217}, | ||
+ | {"mdata":84, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":85, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":86, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":87, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":88, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":89, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":90, "masti":1068205, "manusi":486100, "costume":152480, "viziere":100717}, | ||
+ | {"mdata":91, "masti":1324205, "manusi":496100, "costume":182140, "viziere":121217}, | ||
+ | {"mdata":92, "masti":1324205, "manusi":496100, "costume":182140, "viziere":121217}, | ||
+ | {"mdata":93, "masti":1324205, "manusi":496100, "costume":182140, "viziere":121217}, | ||
+ | {"mdata":94, "masti":1352205, "manusi":507100, "costume":191640, "viziere":121417}, | ||
+ | {"mdata":95, "masti":1352205, "manusi":507100, "costume":191640, "viziere":121417}, | ||
+ | {"mdata":96, "masti":1352205, "manusi":507100, "costume":191640, "viziere":121417}, | ||
+ | {"mdata":97, "masti":1352205, "manusi":507100, "costume":191640, "viziere":121417}, | ||
+ | {"mdata":98, "masti":1368205, "manusi":519600, "costume":193610, "viziere":121417}, | ||
+ | {"mdata":99, "masti":1368205, "manusi":519600, "costume":193610, "viziere":121417}, | ||
+ | {"mdata":100, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":101, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":102, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":103, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":104, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":105, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":106, "masti":1427405, "manusi":551100, "costume":204430, "viziere":121417}, | ||
+ | {"mdata":107, "masti":1544705, "manusi":551100, "costume":209610, "viziere":121417}, | ||
+ | {"mdata":108, "masti":1628705, "manusi":551100, "costume":224810, "viziere":126617}, | ||
+ | {"mdata":109, "masti":1628705, "manusi":551100, "costume":224810, "viziere":126617}, | ||
+ | {"mdata":110, "masti":1628705, "manusi":551100, "costume":224810, "viziere":126617}, | ||
+ | {"mdata":111, "masti":1628705, "manusi":551100, "costume":224810, "viziere":126617}, | ||
+ | {"mdata":112, "masti":1714705, "manusi":595100, "costume":227900, "viziere":126617}, | ||
+ | {"mdata":113, "masti":1714705, "manusi":595100, "costume":227900, "viziere":126617}, | ||
+ | {"mdata":114, "masti":1714705, "manusi":595100, "costume":227900, "viziere":126617}, | ||
+ | {"mdata":115, "masti":1714705, "manusi":595100, "costume":227900, "viziere":126617}, | ||
+ | {"mdata":116, "masti":1714705, "manusi":595100, "costume":227900, "viziere":126617}, | ||
+ | {"mdata":117, "masti":1714705, "manusi":595100, "costume":227900, "viziere":126617}, | ||
+ | {"mdata":118, "masti":1785705, "manusi":595845, "costume":227900, "viziere":127417}, | ||
+ | {"mdata":119, "masti":1810705, "manusi":641845, "costume":230680, "viziere":129717}, | ||
+ | {"mdata":120, "masti":1810705, "manusi":641845, "costume":230680, "viziere":129717}, | ||
+ | {"mdata":121, "masti":1810705, "manusi":641845, "costume":230680, "viziere":129717}, | ||
+ | {"mdata":122, "masti":1810705, "manusi":641845, "costume":230680, "viziere":129717}, | ||
+ | {"mdata":123, "masti":1897205, "manusi":641845, "costume":245480, "viziere":134717}, | ||
+ | {"mdata":124, "masti":1897205, "manusi":641845, "costume":245480, "viziere":134717}, | ||
+ | {"mdata":125, "masti":1897205, "manusi":641845, "costume":245480, "viziere":134717}, | ||
+ | {"mdata":126, "masti":1897205, "manusi":641845, "costume":245480, "viziere":134717}, | ||
+ | {"mdata":127, "masti":1965005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":128, "masti":1965005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":129, "masti":1965005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":130, "masti":1965005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":131, "masti":1965005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":132, "masti":1965005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":133, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":134, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":135, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":136, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":137, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":138, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":139, "masti":2130005, "manusi":685145, "costume":249680, "viziere":136217}, | ||
+ | {"mdata":140, "masti":2171940, "manusi":685145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":141, "masti":2171940, "manusi":685145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":142, "masti":2171940, "manusi":685145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":143, "masti":2171940, "manusi":685145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":144, "masti":2171940, "manusi":685145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":145, "masti":2171940, "manusi":685145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":146, "masti":2193140, "manusi":757145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":147, "masti":2193140, "manusi":757145, "costume":263530, "viziere":137217}, | ||
+ | {"mdata":148, "masti":2234140, "manusi":757145, "costume":273830, "viziere":139817}, | ||
+ | {"mdata":149, "masti":2234140, "manusi":757145, "costume":273830, "viziere":139817}, | ||
+ | {"mdata":150, "masti":2234140, "manusi":757145, "costume":273830, "viziere":139817}, | ||
+ | {"mdata":151, "masti":2234140, "manusi":757145, "costume":273830, "viziere":139817}, | ||
+ | {"mdata":152, "masti":2234140, "manusi":757145, "costume":273830, "viziere":139817}, | ||
+ | {"mdata":153, "masti":2234140, "manusi":757145, "costume":273830, "viziere":139817}, | ||
+ | {"mdata":154, "masti":2274140, "manusi":757145, "costume":307030, "viziere":140077} | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "name":"annotation", | ||
+ | "values": [ | ||
+ | {"start":"14", "end":"74", "text":"Stare de urgență "}, | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "name": "visdates", | ||
+ | "values": [ | ||
+ | {"name":"3 martie", "pos":"0"}, | ||
+ | {"name":"4 august", "pos":"140"} | ||
] | ] | ||
} | } | ||
Linia 337: | Linia 939: | ||
}, | }, | ||
"legend": { | "legend": { | ||
− | "x": {"value": | + | "x": {"value":85}, |
"y": {"value":5}, | "y": {"value":5}, | ||
} | } |