-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add charts #63
[WIP] Add charts #63
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for metaforecast ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
We're using Nivo for the charts on Stradam, similar to Manifold Markets who we saw the code from I think from a response to you on their Discord; why did you decide to use Victory instead? Your chart looks pretty good to me already; one minor suggestion is to label like 21 Apr 2022 rather than 21/04/2022 as the default way dates are written in the US is MM/DD/YYYY which might make your current display confusing to US users |
I had a look at nivo, tried playing with it, and came to the conclusion that their incentives were too skewed in the direction of using their svg api. I also personally like the aesthetic of formidable.com more (and I think we are using urql, also from them, in our codebase) |
Another small comment about charts, likely you'll want the tooltip to display multiple options if the points are close (esp for categorical questions) |
Just a flyby to say - this is super cool, I'm looking forward to charts on Metaforecast! And even more so if we could develop some kind of charting library that both Metaforecast and Manifold use. Obviously, would be happy to provide my personal UX feedback, or chat more about integrating together~ Metaculus might be interested too -- Daniel (their director of engineering) has spoken about wanting to open-source their charting components as well. |
Continuing on #74 since it was easier to copy-paste just some parts of the code there than to merge this with current master. |
This branch adds charts. It is a work in progress, and thus not ready to be merged.
To do:
Overall my sense is that these are already better than Metaculus/CultivateLabs charts. I think we should be aiming to be at least as nice as Manifold Markets or https://globalguessing.com/russia-ukraine-forecasts/, e.g., nice enough that the Global Guessing team replaces their current charts with ours.
My sense is that @berekuk might particularly enjoy integrating this with EA Forum/LessWrong. Ideally, you @berekuk might also be up for helping out with this or directly take over after finishing with the grapqhl api, but I'm also up for working on this more slowly.