-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c2b7de
commit 27dc4a5
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# content | ||
# owid-content | ||
|
||
_Data explorers used on the Our World In Data site._ | ||
|
||
## Overview | ||
|
||
Data explorers are configurable collections of Grapher charts, rendered as a single embeddable iframe. Explorers are configured using a spreadsheet-like format, expressed in TSV files. The TSV files can be updated manually, or more commonly using the grapher admin interface. Large explorers with many combinations may have their configs generated by scripts instead. | ||
|
||
Like all aspects of the Our World In Data site, data explorers are statically generated at deploy time by code in the [owid-grapher](https://github.com/owid/owid-grapher) codebase. | ||
|
||
For example the [Covid-19 Data Explorer](https://ourworldindata.org/explorers/coronavirus-data-explorer) is generated by the file `explorers/coronavirus-data-explorer.explorer.tsv`. |