influxdata / influxdata/giraffe
Histogram should be less opinionated and accept a data column for the count axis (y-axis)
Open
kind/feature request
team/ui
- Dominant language
- TypeScript
- Stars
- 189
- Forks
- 33
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 4
Description
Currently, Histogram calculates the count axis, generally the y-axis, on its own based on the given data table.
There should be flexibility to allow a data column to be specified in the config for the count axis.
Contributor guide
Research direction
Start by locating the Histogram implementation and its configuration types. Trace how the count axis is currently derived from the data table, then determine how a configured data column should override that behavior. Done means Histogram accepts the configured count-axis column while preserving existing behavior when none is specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100