influxdata / influxdata/influxdb
Autoselect xColumn and yColumn
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
The major ask is that the HistogramPlot and ScatterPlot render properly when viewProperties.xColumn or viewProperties.yColumn is null. The functionality to automatically fill these is currently held in a selector somewhere, which obfuscates the relationship between the view properties being generated by the createView function and the requirements of these components.
Contributor guide
Research direction
Start by tracing createView, the selector that currently fills viewProperties.xColumn and yColumn, and the HistogramPlot and ScatterPlot components. Verify how each component behaves when either property is null; done means both plots render properly without relying on hidden selector behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100