Format: Covid/Med/Echipament/Graf: Diferență între versiuni

De la alegeri.md
Salt la: navigare, căutare
(1)
Linia 336: Linia 336:
 
]
 
]
 
}</graph>
 
}</graph>
 +
 +
 +
 +
===3===
 +
 +
<graph>
 +
{
 +
"version":2,
 +
"width":885,
 +
"height":350,
 +
// "viewport":[945,230],
 +
// "padding":{"top": 25, "left": 43, "bottom": 35, "right": 16},
 +
"padding":"auto",
 +
"data": [
 +
    {
 +
      "name":"table",
 +
      "values": [
 +
        {"data":2005, "masti":6, "manusi":16, "costume":0, "viziere":0},
 +
        {"data":2006, "masti":15, "manusi":17},
 +
        {"data":2007, "masti":16, "manusi":21},
 +
        {"data":2008, "masti":22, "manusi":28},
 +
        {"data":2009, "masti":19, "manusi":25},
 +
        {"data":2010, "masti":25, "manusi":50},
 +
        {"data":2011, "masti":18, "manusi":33},
 +
        {"data":2012, "masti":22, "manusi":67},
 +
        {"data":2013, "masti":34, "manusi":174},
 +
        {"data":2014, "masti":17, "manusi":183},
 +
        {"data":2015, "masti":22, "manusi":206},
 +
        {"data":2016, "masti":30, "manusi":338},
 +
        {"data":2017, "masti":31, "manusi":1102},
 +
        {"data":2018, "masti":48, "manusi":2008},     
 +
        {"data":2019, "masti":48, "manusi":2008},                             
 +
      ]
 +
    },
 +
    {
 +
      "name": "annotation",
 +
      "values": [
 +
        {"start": 2013,"end": 2014,"text": "Cod roșu"},
 +
        {"start": 2016,"end": 2019,"text": "Public art project"}
 +
      ]
 +
    }
 +
  ],
 +
  "scales": [
 +
    {
 +
      "name": "x",
 +
      "type": "linear",
 +
      "range": "width",
 +
      "zero": false,
 +
      "domain": {"data": "table","field": "data"}
 +
    },
 +
    {
 +
      "name": "y",
 +
      "type": "linear",
 +
      "range": "height",
 +
      "nice": true,
 +
      "domain": {"data": "table","field": "masti"}
 +
    },
 +
    {
 +
      "name": "y",
 +
      "type": "linear",
 +
      "range": "height",
 +
      "nice": true,
 +
      "domain": {"data": "table","field": "manusi"}
 +
    },
 +
    {
 +
      "name": "color",
 +
      "type": "ordinal",
 +
      "domain": {"data": "annotation","field": "text"},
 +
      "range": ["black","red"]
 +
    }
 +
  ],
 +
  "axes": [
 +
    {
 +
      "type": "x",
 +
      "scale": "x",
 +
      "format": "d",
 +
      "title": "Data",
 +
      "ticks": 15
 +
    },
 +
    {
 +
      "type": "y",
 +
      "scale": "y",
 +
      "title": "Population",
 +
      "grid": true,
 +
      "layer": "back"
 +
    },
 +
    {
 +
      "type": "y",
 +
      "scale": "y",
 +
      // "title": "Photos",
 +
      "grid": false,
 +
      "layer": "back"
 +
    }       
 +
  ],
 +
  "marks": [
 +
    {
 +
      "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.2}
 +
        }
 +
      }
 +
    },
 +
    {
 +
      "type": "line",
 +
      "from": {"data": "table"},
 +
      "properties": {
 +
        "enter": {
 +
          "interpolate": {"value": "monotone"},
 +
          "x": {"scale": "x","field": "data"},
 +
          "y": {"scale": "y","field": "masti"},
 +
          "stroke": {"value": "steelblue"},
 +
          "strokeWidth": {"value": 3},
 +
              "interpolate": {"value": "step-after"}           
 +
        }
 +
      }
 +
    },
 +
    {
 +
      "type": "line",
 +
      "from": {"data": "table"},
 +
      "properties": {
 +
        "enter": {
 +
          "interpolate": {"value": "monotone"},
 +
          "x": {"scale": "x","field": "data"},
 +
          "y": {"scale": "y","field": "manusi"},
 +
          "stroke": {"value": "red"},
 +
          "strokeWidth": {"value": 3},
 +
              "interpolate": {"value": "step-after"}           
 +
        }
 +
      }
 +
    },
 +
    {
 +
      "type": "symbol",
 +
      "from": {"data": "table"},
 +
      "properties": {
 +
        "enter": {
 +
          "x": {"scale": "x","field": "data"},
 +
          "y": {"scale": "y","field": "masti"},
 +
          "stroke": {"value": "steelblue"},
 +
          "fill": {"value": "white"},
 +
          "size": {"value": 30}
 +
        }
 +
      }
 +
    },
 +
    {
 +
      "type": "text",
 +
      "from": {
 +
        "data": "table",
 +
        "transform": [
 +
          {
 +
            "type": "aggregate",
 +
            "summarize": {"data": ["min","max"]}
 +
          }
 +
        ]
 +
      },
 +
      "properties": {
 +
        "enter": {
 +
          "x": {"signal": "width","mult": 0.5},
 +
          "y": {"value": -10},
 +
          "text": {
 +
            "template": "Distribuția echipamentelor de protecție în perioada \u007b{datum.min_data}\u007d – \u007b{datum.max_data}\u007d"
 +
          },
 +
          "fill": {"value": "black"},
 +
          "fontSize": {"value": 16},
 +
          "align": {"value": "center"},
 +
          "fontWeight": {"value": "bold"}
 +
        }
 +
      }
 +
    }
 +
  ],
 +
  "legends": [
 +
    {
 +
      "fill": "color",
 +
      "title": "Period",
 +
      "properties": {
 +
        "symbols": {
 +
          "strokeWidth": {"value": 0},
 +
          "shape": {"value": "square"},
 +
          "opacity": {"value": 0.3}
 +
        },
 +
        "legend": {
 +
          "x": {"value": 10},
 +
          "y": {"value": 5},
 +
          "fill": {"value": "white"}
 +
        }
 +
      }
 +
    }
 +
  ]
 +
}
 +
</graph>

Versiunea de la data 7 august 2020 12:32

1

2


3