Refuse Derived Fuel: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 75: | Line 75: | ||
to add | to add | ||
===Year on | {|class="wikitable" style="text-align:center;" | ||
|- | |||
| colspan="4" | <graph>{ | |||
"width": 500, | |||
"height": 500, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"x": 2016, "y": 281659}, {"x": 2017, "y": -250967}, | |||
{"x": 2018, "y": -361491}, {"x": 2019, "y": -451381}, | |||
{"x": 2020, "y": -925697}, {"x": 2021, "y": -304838} | |||
] | |||
} | |||
], | |||
"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 | |||
|- | |||
!Year!!Tonnage Shipped!!Increase on Previous!!Percentage Change | |||
|- | |||
|- | |||
|2015||3,167,470||-||- | |||
|- | |||
|2016||3,449,079||281,659||8.9% | |||
|- | |||
|2017||3,198,112||-250,967||-7.3% | |||
|- | |||
|2018||2,836,621||-361,491||-11.3% | |||
|- | |||
|2019||2,385,240||-451,381||-15.9% | |||
|- | |||
|2020||1,459,543||-925,697||-38.8% | |||
|- | |||
|2021||1,154,705||-304,838||-20.9% | |||
|} | |||
===Exporters=== | ===Exporters=== | ||
{{#clear_external_data:}}{{#get_db_data: db=engy|from=notiftbl|data=notif=notif,yr2017=yr2017,yr2018=yr2018,yr2019=yr2019,yr2020=yr2020,yr2021=yr2021}} | |||
{|class = "wikitable sortable" | |||
!Company!!2017!!2018!!2019!!2020!!2021 | |||
{{#for_external_table:<nowiki/> | |||
{{!}}- | |||
{{!}} [[{{{notif}}}]] | |||
{{!}} {{{yr2017}}} | |||
{{!}} {{{yr2018}}} | |||
{{!}} {{{yr2019}}} | |||
{{!}} {{{yr2020}}} | |||
{{!}} {{{yr2021}}} | |||
}} | |||
|} | |||
==References== | ==References== | ||
<references /> | <references /> | ||