owid-grapher icon indicating copy to clipboard operation
owid-grapher copied to clipboard

A platform for creating interactive data visualizations

Results 473 owid-grapher issues
Sort by recently updated
recently updated
newest added

## Problem - During baking, we currently construct a just-in-time content graph, which is expensive due to parsing - During grapher chart edits, we also have to search for chart...

architecture
needs discussion

_[Original issue](https://docs.google.com/spreadsheets/d/1pzDLxB7TalliYVrO3JctbuKjkgK1tm9J5kwxrWdtBsU/edit#gid=660478851) by @maxroser_ ## Core problem Readers don't know how to cite articles. ## Proposed solution Derive citation information from the article parent topic. Requires articles and topics to...

feature
site
priority 2 - important
content graph

https://user-images.githubusercontent.com/13406362/169551419-ee303f1c-055b-4ae2-b945-8fd5936635a5.mp4 Follow-up to #1070 which brought the infrastructure to merge Wordpress categories and grapher tags under a single categorization system: parent child relationships between charts and topics and between topics...

content graph

## Core problem The articles published on ourworldindata.org are a core part of communicating our work. These pages could benefit from additional design work (improving layout and typography), added expressivity...

big project
site

A request from Max ([Slack discussion](https://owid.slack.com/archives/CLDM2AWCD/p1646406804766299)). We would like `OWID Distinct` to become the default color scheme for DiscreteBar. Currently all bars are blue by default ([chart](https://ourworldindata.org/grapher/global-warming-potential-of-greenhouse-gases-over-100-year-timescale-gwp?country=~OWID_WRL)): With `OWID Distinct`:

good first issue
feature
priority 3 - nice to have

We're looking for something like this under a `/details/` route: ``` GET / returns json array of detail objects ``` ``` POST / { category term title content } ```...

The table should be as follows, with a unique constraint on category + term name | type -- | -- category | varchar term | varchar title | varchar content...

## Tasks - [ ] Update our codebase to using ES Modules (i.e. TS emits ESM, not CommonJS). Benefits: - way better tree shaking (smaller bundle size) - fixes https://github.com/handsontable/handsontable/issues/9140...

tricky
big project
needs discussion
priority 2 - important

## Description There is a special option for ScatterPlots called `hideLinesOutsideTolerance`. @danielgavrilov and I were unsure what it even does when we stumbled across it last week, which is a...

bug
maintenance
priority 3 - nice to have

## Core problem Currently, the option for users to re-use a 'pretty' version of a chart is to click Download > Image (PNG) > the PNG is downloaded > upload...

feature
viz
needs design
priority 3 - nice to have