influxdata / influxdata/giraffe
Rect: split into Heatmap and Histogram
- Dominant language
- TypeScript
- Stars
- 189
- Forks
- 33
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 4
Description
Currently the "rect" layer type can be both a Heatmap or a Histogram. While that works for now, it will be harder to maintain when Heatmap and Histogram need their own improvements and updates.
Split the `Rect` component into two separate components to allow Heatmap and Histogram to diverge independently.
Contributor guide
Research direction
Start by locating the Rect component and the code paths that represent Heatmap and Histogram layers. Trace how the current rect layer selects between them, then separate those responsibilities so Heatmap and Histogram can evolve independently; done means both layer types still work through their own components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100