explorers: explorer-transform-demo
This data as json
slug | isPublished | config | createdAt | updatedAt |
---|---|---|---|---|
explorer-transform-demo | 0 | { "blocks": [ { "args": [], "type": "graphers", "block": [ { "type": "LineChart", "title": "Something", "ySlugs": "base", "Type Dropdown": "Base data only" }, { "type": "LineChart", "title": "Something and another", "ySlugs": "base times_2 rolling subtract where", "Type Dropdown": "All big values" }, { "type": "LineChart", "title": "Something else", "ySlugs": "per_capita percentage_of time_since percent_change", "Type Dropdown": "All small values" }, { "type": "LineChart", "title": "Something faceted", "ySlugs": "base times_2 rolling subtract where per_capita percentage_of time_since percent_change", "Type Dropdown": "All (faceted)", "selectedFacetStrategy": "metric" } ] }, { "args": [], "type": "table", "block": [ { "base": "200000000", "year": "2000", "entityName": "World", "population": "6148898816" }, { "base": "191000000", "year": "2001", "entityName": "World", "population": "6230747136" }, { "base": "187500000", "year": "2002", "entityName": "World", "population": "6312407552" }, { "base": "214000000", "year": "2003", "entityName": "World", "population": "6393898496" }, { "base": "189000000", "year": "2004", "entityName": "World", "population": "6475751424" }, { "base": "201000000", "year": "2005", "entityName": "World", "population": "6558176256" }, { "base": "210500000", "year": "2006", "entityName": "World", "population": "6641416192" }, { "base": "252000000", "year": "2007", "entityName": "World", "population": "6725948416" }, { "base": "212000000", "year": "2008", "entityName": "World", "population": "6811597312" }, { "base": "207000000", "year": "2009", "entityName": "World", "population": "6898306048" }, { "base": "201900000", "year": "2010", "entityName": "World", "population": "6985603072" } ] }, { "args": [], "type": "columns", "block": [ { "name": "Country", "slug": "entityName", "type": "EntityName" }, { "name": "Year", "slug": "year", "type": "Year" }, { "name": "Base variable", "slug": "base", "type": "Integer", "color": "#000000" }, { "name": "divideBy population", "slug": "per_capita", "type": "Numeric", "transform": "divideBy base population" }, { "name": "multiplyBy 2", "slug": "times_2", "type": "Numeric", "transform": "multiplyBy base 2" }, { "name": "rollingAverage 7", "slug": "rolling", "type": "Numeric", "transform": "rollingAverage year entityName base 7" }, { "name": "asPercentageOf population", "slug": "percentage_of", "type": "Percentage", "transform": "asPercentageOf base population" }, { "name": "subtract (rolling - base)", "slug": "subtract", "type": "Numeric", "transform": "subtract rolling base" }, { "name": "percentChange", "slug": "percent_change", "type": "Percentage", "transform": "percentChange year entityName base 7" }, { "name": "timeSinceEntityExceededThreshold", "slug": "time_since", "type": "Integer", "transform": "timeSinceEntityExceededThreshold year entityName base 210000000" }, { "name": "where", "slug": "where", "type": "Integer", "transform": "base where base isGreaterThanOrEqual 200000000" } ] } ], "_version": 1, "yAxisMin": "0", "selection": [ "World" ], "entityType": "region", "explorerTitle": "Explorer transforms demo", "explorerSubtitle": "It's a demo, you know?" } |
2023-07-19 13:24:29 | 2023-07-19 13:24:29 |