chart_dimensions
Data license: CC-BY
3 rows where chartId = 5243
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
159646 | 0 | y | COVID-19 vaccine doses donated to COVAX, per million dollars of GDP 5243 | delivered_per_gdp 176100 | 2023-04-26 08:07:21 | |
159647 | 1 | y | COVID-19 vaccine doses donated to COVAX, per million dollars of GDP 5243 | only_donated_per_gdp 176099 | 2023-04-26 08:07:21 | |
159648 | 2 | y | COVID-19 vaccine doses donated to COVAX, per million dollars of GDP 5243 | only_announced_per_gdp 176098 | 2023-04-26 08:07:21 |
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");