owid-grapher
owid-grapher copied to clipboard
A platform for creating interactive data visualizations
## Description Currently, we have some code paths that lead to an error message on the user side (via `grapher.setError()`), but that won't ever be reported back to us via...
## Overview The homepage should be used to guide readers to the most relevant charts and data that OWID has available. When major world events occur, editors should be able...
This is the third iteration of this work. In #1072 the editor was made operational for editing existing charts - i.e. a new admin section was added that uses a...
This is the follow up project to finish the bulk FASTT editor (#1224). After making Bulk FASTT editing work on the chart level and fixing the remaining UI issues in...
Fixes #1332. The life expectancy vs. Liberal democracy scatterplot now looks like https://user-images.githubusercontent.com/56021613/164884809-05b4699b-ca7e-4d3b-a1df-7ceffbe60bd5.mp4
## Description When viewing a map projection set to Europe, and using a narrow viewport, Cyprus is not visible in the map chart. ## Steps to reproduce Steps to reproduce...
## Description In the admin, when editing a chart's dimensions, entering a number like `0.0001` for the unit conversion factor is unnecessarily hard. The text fields resets any number that...
@spoonerf had a case where the country harmonizer was remapping "Korea" to itself, when actually it should not remap and should offer suggestions: `South Korea`, `North Korea`, `United Korea`
## Problem I think what is happening is the generated start/end ticks can be higher priority (or same priority) than the `0` tick, and therefore the `0` tick gets hidden...
## Core problem The grapher config currently has 3 selection related fields: `selectedEntityNames`, `selectedEntityIds` and `selectedEntityColors`. The Daniels discussed this a bit and here are some of the current thoughts...