owid-grapher
owid-grapher copied to clipboard
A platform for creating interactive data visualizations
## Core problem For the AI Project I'm making a bunch of time scatter charts, and sometimes the fact that the entity names show by default makes the chart very...
## Screenshots https://user-images.githubusercontent.com/2641501/174830383-fd2002b3-af73-4f88-9c6e-a1b2c1ca6bf3.mp4 ## Steps to reproduce Steps to reproduce the behavior: 1. Go to https://ourworldindata.org/grapher/population-by-broad-age-group?facet=entity&country=JPN~FRA 2. Drag the timeline handle such that it shows the single year 2020 3....
Capturing suggestions made by an external contributor that came through https://github.com/owid/owid-issues/issues/370: - _Make enormous images (timeglass etc.) smaller and/or optimize using e.g. [ImageOptim](https://imageoptim.com/mac). I could reduce the file size of...
## What We now have a data api that is serving the data of our catalog that is built from the etl. This data api can serve variable data and...
## Core problem We regularly get internal messages asking about this cryptic error message in the OWID Admin: ``` QueryFailedError: ER_ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign...
This project needs a bit more definition. Notion page: https://www.notion.so/owid/2022-07-13-Future-of-Data-Explorers-9c49133f542f48d790029e2b18f8a521 Slack channel: #proj-future-of-explorers
## Core problem We are hoping to build an explorer with the [Living Planet database](https://livingplanetindex.org/data_portal). They are generally happy for us to do this but are wary of us being...
Currently, if a user downloads an SVG or PNG, we don't have the page webfonts propagating to the images, but their system fonts end up being used. Since most users...
## Core problem Currently in explorers, one can only specify a _global_ display order of options. For example, with the following config: ``` Roman Dropdown Greek Dropdown A α A...
## Description Static SVGs seem to contain ``, even though nothing is rendered inside of one (I think?) ## Expected behaviour Any `` should be excluded from static SVGs. ##...