17 lines
1.0 KiB
Markdown
17 lines
1.0 KiB
Markdown
---
|
|
title: "Global Protected Mangroves"
|
|
date: 2024-09-04T16:00:57+01:00
|
|
author:
|
|
name: "Sam Chance"
|
|
header_image: "/pics/charts/price.webp"
|
|
summary: "Daily bitcoin price. Data is obtained from CoinGecko using their public API."
|
|
tags: ["Bitcoin", "Stats"]
|
|
script: "/js/mangrove-map.js"
|
|
---
|
|
|
|
{{< 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" defaultFirstSelected="true" >}}
|
|
{{< chart id="mangrove_countries" endpoint="mangrove_by_country_agg" chartType="bar" xAxisField="year" yAxisField="total_pixels" scaleChart=true >}}
|
|
{{< map id="map" style="https://tiles.semitamaps.com/styles/maptiler-basic/style.json">}}
|
|
|
|
{{< chart id="mangrove-country-timeseries-chart" endpoint="mangrove_country_timeseries" chartType="line" xAxisField="date" yAxisField="n_pixels" scaleChart=true >}}
|