Residual Waste EFW: Difference between revisions

mNo edit summary
mNo edit summary
Line 52: Line 52:
|+style="caption-side:bottom;"|Changes in residual waste tonnage processed by [[EfW]]s<ref name="foo2" />
|+style="caption-side:bottom;"|Changes in residual waste tonnage processed by [[EfW]]s<ref name="foo2" />
|-
|-
| <graph>{
| [[File:EFW Graph.png|center|frameless|649x649px]]
    "width":400,
    "height":200,
    "data":[{
        "name":"table",
        "values":[
            {"x":2006,"y":3.3},{"x":2007,"y":3.3},{"x":2008,"y":3.3},
            {"x":2009,"y":3.6},{"x":2010,"y":4.2},{"x":2011,"y":4.8},
            {"x":2012,"y":5.2},{"x":2013,"y":5.5},{"x":2014,"y":6.7},
            {"x":2015,"y":8.4},{"x":2016,"y":10.1},{"x":2017,"y":10.9},
            {"x":2018,"y":11.5},{"x":2019,"y":12.6},{"x":2020,"y":14.0},
            {"x":2021,"y":14.9}, {"x":2022,"y":15.3},{"x":2023,"y":16.1},
            ]
    }],
    "scales": [
    {
      "name": "x",
      "type": "linear",
      "range": "width",
      "zero": false,
      "domain": {"data": "table", "field": "x"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "nice": true,
      "domain": {"data": "table", "field": "y"}
    }
    ],
    "axes": [
        {"type": "x", "scale": "x", "format":"d","title":"Year"},
        {"type": "y", "scale": "y", "grid":true, "title":"Million Tonnes"}
    ],
    "marks": [
    {
      "type": "line",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x", "field": "x"},
          "y": {"scale": "y", "field": "y"},
          "stroke": {"value": "steelblue"},
          "strokeWidth":{"value":2}
        }
      }
    },
    {
      "type": "symbol",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale":"x","field": "x"},
          "y": {"scale":"y","field": "y"},
          "fill": {"value": "steelblue"},
          "size":{"value":15}
            }
        }
    }
  ]
}</graph>
|-
|-
{|class="wikitable" style="margin: auto;"
|}{|class="wikitable" style="margin: auto;"
|-
|-
|+Table Summarizing Graph Data
|+Table Summarizing Graph Data