post_broken_chart_links
Data license: CC-BY
7 rows where postId = 34151
This data as json, CSV (advanced)
Suggested facets: chartSlug, kind
id ▼ | postId | chartSlug | kind |
---|---|---|---|
71 | COVID Deaths – Country Profile 34151 | covid-deaths-daily-vs-total-per-million | prominent-link |
72 | COVID Deaths – Country Profile 34151 | confirmed-covid-19-deaths-total-vs-daily | prominent-link |
73 | COVID Deaths – Country Profile 34151 | daily-covid-deaths-7-day | embed |
74 | COVID Deaths – Country Profile 34151 | covid-confirmed-daily-deaths-epidemiological-trajectory | embed |
75 | COVID Deaths – Country Profile 34151 | confirmed-covid-19-deaths-total-vs-daily | embed |
76 | COVID Deaths – Country Profile 34151 | total-deaths-covid-19 | embed |
77 | COVID Deaths – Country Profile 34151 | covid-confirmed-deaths-since-5th-death | embed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_broken_chart_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartSlug` TEXT NOT NULL, `kind` TEXT NOT NULL, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );