From e9cd27d5c441402da57c092f8e1827a31dc8c8e2 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 22 Sep 2024 14:29:03 +0100 Subject: [PATCH] add protected mangrove content --- content/data-lab/protected-mangroves.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/data-lab/protected-mangroves.md b/content/data-lab/protected-mangroves.md index bb11027..57661c5 100644 --- a/content/data-lab/protected-mangroves.md +++ b/content/data-lab/protected-mangroves.md @@ -9,5 +9,6 @@ tags: ["Bitcoin", "Stats"] script: "/js/mangrove-map.js" --- -{{< table id="mangrove_countries" endpoint="mangrove_country_data" headers="{'country_with_parent': 'Country', 'original_pixels': '1996 Cover', 'total_n_pixels': '2020 Cover', 'cumulative_pixels_diff': 'Diff', 'cumulative_pct_diff': '% Diff'}" maxHeight="400px" sortable="true">}} +{{< table id="mangrove_countries" endpoint="mangrove_by_country_latest" headers="{'country_with_parent': 'Country', 'original_pixels': '1996 Cover', 'total_n_pixels': '2020 Cover', 'cumulative_pixels_diff': 'Diff', 'cumulative_pct_diff': '% Diff'}" maxHeight="400px" sortable="true" valueId="country_with_parent" selectableRows="single" >}} +{{< chart id="mangrove_countries" endpoint="mangrove_by_country_agg" chartType="bar" xAxisField="year" yAxisField="total_pixels" sortField="year" scaleChart=true >}} {{< map id="map" style="https://tiles.semitamaps.com/styles/maptiler-basic/style.json">}}