|
|
| Line 81: |
Line 81: |
| The year on year export of [[RDF]] from England 2015 onwards. | | The year on year export of [[RDF]] from England 2015 onwards. |
|
| |
|
| {|class="wikitable" style="text-align:center;"
| | [[File:RDF and SRF Export Annual.png|thumb]] |
| |-
| | |
| | colspan="4" | <graph>{
| |
| "width": 500,
| |
| "height": 500,
| |
| "data": [
| |
| {
| |
| "name": "table",
| |
| "values": [
| |
| {"x": 2016, "y": 281659}, {"x": 2017, "y": -176760},
| |
| {"x": 2018, "y": -472735}, {"x": 2019, "y": -363225},
| |
| {"x": 2020, "y": -1009635}, {"x": 2021, "y": -207869},
| |
| {"x": 2022, "y": -15940}
| |
| ]
| |
| }
| |
| ],
| |
| "scales": [
| |
| {
| |
| "name": "x",
| |
| "type": "ordinal",
| |
| "range": "width",
| |
| "domain": {"data": "table", "field": "x"}
| |
| },
| |
| {
| |
| "name": "y",
| |
| "type": "linear",
| |
| "range": "height",
| |
| "domain": {"data": "table", "field": "y"},
| |
| "nice": true
| |
| }
| |
| ],
| |
| "axes": [
| |
| {"type": "x", "scale": "x"},
| |
| {"type": "y", "scale": "y"}
| |
| ],
| |
| "marks": [
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "table"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x", "field": "x"},
| |
| "width": {"scale": "x", "band": true, "offset": -1},
| |
| "y": {"scale": "y", "field": "y"},
| |
| "y2": {"scale": "y", "value": 0}
| |
| },
| |
| "update": {
| |
| "fill": {"value": "steelblue"}
| |
| }
| |
| }
| |
| }
| |
| ]
| |
| }</graph>
| |
| |- | | |- |
| ! colspan="4" | Data Table | | ! colspan="4" | Data Table |