chart_dimensions
Data license: CC-BY
4 rows where chartId = 7299
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
261905 | 0 | y | Sex gap in life expectancy versus sales of cigarettes per adult per day 7299 | Life expectancy difference (f-m) - Type: period - Sex: both - Age: 0 814973 | 2024-07-17 09:57:16 | |
261906 | 1 | x | Sex gap in life expectancy versus sales of cigarettes per adult per day 7299 | Sales of cigarettes per adult per day (International Smoking Statistics (2017)) 85765 | 2024-07-17 09:57:16 | |
261907 | 2 | size | Sex gap in life expectancy versus sales of cigarettes per adult per day 7299 | Population 953899 | 2024-07-17 09:57:16 | |
261908 | 3 | color | Sex gap in life expectancy versus sales of cigarettes per adult per day 7299 | Countries Continents 123 | 2024-07-17 09:57:16 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_dimensions" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "order" INTEGER NOT NULL , "property" VARCHAR(255) NOT NULL , "chartId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL, FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "chart_dimensions_chartId_78d6a092_fk_charts_id" ON "chart_dimensions" ("chartId"); CREATE INDEX "chart_dimensions_variableId_9ba778e6_fk_variables_id" ON "chart_dimensions" ("variableId");