Marcel Gerber

Results 93 comments of Marcel Gerber

More selection madness: We currently have 36 charts that contain at least one `selectedEntityName` of `null`. E.g. https://ourworldindata.org/grapher/decadal-deaths-disasters-type has `selectedEntityNames: ["World", null]`. ```sql SELECT config->"$.selectedEntityNames" FROM charts WHERE config->"$.selectedEntityNames" LIKE...

We talked about this in today's grapher hour. Some of the problems and weirdnesses we have: - Legacy charts are using `selectedEntityIds` in their config, new ones are using `selectedEntityNames`...

In #2101, I got completely rid of the `selectedEntityIds` field, so that there's only `selectedEntityColors` and `selectedEntityNames` left. So, we're in a better state now, but still not in the...

I think we can safely close this one now.

> No worries! Do let me know if I can help with any changes/improvements that need to be made for this feature. Sure! It'll take another while until we can...

Think we can close this now?

Closing this, implemented in #2114.

Hey @JoeHasell, this is now fixed! Your collapsed bar chart will look something like this going forward: https://ourworldindata.org/grapher/daily-new-estimated-infections-of-covid-19?time=2021-01-10&country=DEU~FRA ![image](https://user-images.githubusercontent.com/2641501/206799211-7c9c9bd1-6cfa-49a8-b0a0-b2ab470111d5.png) So, this means that you can now add back these multi-metric...

No, we didn't. In vite we're pretty much using the same settings flow as we had in webpack.

> It's Back! > This repo was recently transferred and we're going to be giving the project a refresh. Please do continue to add your issues and pull requests and...