flowers = ixmaps
.theme("nuts_0")
.data({
name: "themeDataObj",
url: "https://raw.githubusercontent.com/gjrichter/pages/main/Sesso%20e%20Potere/dati/sdg_05_50_tabular.csv",
type: "csv",
cache: "true"
})
.filter("WHERE org_inst = GOV_NAT")
.type("CHART|PIE|STARBURST|XLBOW|CLASSES|QUANTILE|XLRAYS|SIZEP3")
.binding({
geo: "geo\\TIME_PERIOD",
value: [
"2005",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013",
"2014",
"2015",
"2016",
"2017",
"2018",
"2019",
"2020",
"2021",
"2022"
],
title: "geo\\TIME_PERIOD"
})
.style({
colorscheme: ["50", "#ffeeee", "#dd00bb", "dynamic", "cold"],
units: "%",
boxcolor: "none",
textcolor: "#dd00bb",
scale: "1",
valuescale: "0.8",
shadow: "true",
showdata: "false",
maxvalue: "100"
})
.meta({
title:
"<span style='color:#ff66ff;font-family:MV boli;font-size:1.5em;font-weight:100'>Percentuale di <span style='color:#ff66ff;font-weight:700;'>donne</span> nei governi nazionali dal 2005 al 2022</span>",
description:
"<span style='color:#ff66ff;font-family:MV boli;font-size:1.5em;font-weight:100'>da leggere in senso orario</span>"
})
.define()