chart_dimensions
Data license: CC-BY
5 rows where chartId = 5441
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
85618 | 0 | y | Global wind energy projections 5441 | Wind (historical) 180094 | 2023-02-09 10:09:04 | |
85619 | 1 | y | Global wind energy projections 5441 | Wind (15% growth) 180098 | 2023-02-09 10:09:04 | |
85620 | 2 | y | Global wind energy projections 5441 | Wind (5% growth) 180100 | 2023-02-09 10:09:04 | |
85621 | 3 | y | Global wind energy projections 5441 | Wind (10% growth) 180099 | 2023-02-09 10:09:04 | |
85622 | 4 | y | Global wind energy projections 5441 | Wind (20% growth) 180097 | 2023-02-09 10:09:04 |
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");