influxdata / influxdata/influxdb

Autoselect xColumn and yColumn

Open
#18,367 0 comments 0 reactions 0 assignees View on GitHub
kind/tech-debt team/ui
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.