RENEWABLES TRANSITION

The transition to RENEWABLE ELECTRICITY is well underway, but there’s still a long way to go

James Goldie, 360info

Data: IRENA

r = ƒ(name)
maplibregl = Object {supported: ƒ(t), setRTLTextPlugin: ƒ(…), getRTLTextPluginStatus: ƒ(), Map: class, NavigationControl: class, GeolocateControl: class, AttributionControl: class, LogoControl: class, ScaleControl: class, FullscreenControl: class, Popup: class, Marker: class, Style: class, LngLat: class, LngLatBounds: class, Point: ƒ(t, e), MercatorCoordinate: class, Evented: class, AJAXError: class, config: Object, …}
deck = Object {AGGREGATION_OPERATION: Object, AmbientLight: ƒ(), ArcLayer: ƒ(), AttributeManager: ƒ(r), BitmapLayer: ƒ(), BrushingExtension: ƒ(), COORDINATE_SYSTEM: Object, CPUGridLayer: ƒ(), ClipExtension: ƒ(), CollisionFilterExtension: ƒ(), ColumnLayer: ƒ(), CompositeLayer: ƒ(), ContourLayer: ƒ(), Controller: ƒ(r), DataFilterExtension: ƒ(), Deck: ƒ(r), DeckGL: ƒ(n), DeckRenderer: ƒ(r), DirectionalLight: ƒ(), FillStyleExtension: ƒ(), …}
import { Scrubber } from "@mbostock/scrubber";

viewof selectedYear = Scrubber(
  Array.from(Array(22).keys(), n => n + 2000), // 2000 to 2021
  {
    autoplay: true,
    delay: 100,
    loop: true,
    loopDelay: 500,
    initial: 2000
  }
);

viewof selectedMeasure = Inputs.radio(
  new Map([
    ["Installed electricity capacity (MW)", "cap_mw"],
    ["Electricity generated this year (GWh)", "gen_gwh"],
  ]),
  {
    value: "cap_mw",
    // label: "Measure"
  }
)
OJS Runtime Error (line 57, column 23)

Scrubber is not defined

OJS Runtime Error (line 57, column 23)

Scrubber is not defined

selectedMeasure = "cap_mw"
popup = Popup {options: Object, _update: ƒ(), _onClose: ƒ(), remove: ƒ(), _onMouseMove: ƒ(), _onMouseUp: ƒ(), _onDrag: ƒ()}
OJS Runtime Error

Scrubber is not defined

width = 25
bins = 10
No renewables Fully renewable 0% 100%