cliff-effects
cliff-effects copied to clipboard
Cliff effects guidance prototype (archived)
When I moved the app to /app so that the documentation could be at /docs, I made a bare-bones redirect page from the root page to /app. But at some...
If we keep both the x-axis and y-axis consistent, then someone like a policy maker can look at the graph and mentally compare it to the other graphs they've seen...
Zoom out feature (with 'shift'?) for line graphs. Must stop when fully zoomed out.
Haven't found any in-built solutions, which is kind of crazy. Only being able to pan horizontally makes no sense to me. Such is the way. This might help, but means...
We'll use our current understanding of the code style for now. Further discussions can be had if needed, but they'll be saved for future changes. Maybe we can use this...
### Replicate: 1. Go to predictions 2. enter income >= 100,000 3. click on stacked income tab 4. bathe in the warm glow of an error message ### Result I'd...
As brought up [here](https://github.com/codeforboston/cliff-effects/pull/1017#discussion_r236058599), do we want to use `propName="propValue"` for string React props, or continue using ```propName={ `propValue` }```? Or something else entirely?
Like data from programs, non-clone clients, etc.
- [ ] Bigger font? - [ ] Different zoom/pan note for touch device
Add PlotLine to/near Legend so it can be toggled? Haven't found it yet and can't seem to do a vertical series and horizontal one at the same time. Add/remove PlotLine...