Ability to set Multiple Y scales in the UI for diffrent data
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
**Proposal:**
The ability to have 2 different Y axis scales. I have 2 sets of data for 1 tag. These pieces of data are closely related and I want to map out their action on the same graph. The problem is when I am looking at it through the UI, The values are so far apart that they look like a straight line. So I want to be able to have 2 Y axis scales for the different data sets.
**Current behavior:**
Only able to have one Y scale for data that has different scaling factors.
**Desired behavior:**
The image is an example of what I am envisioning. To be able to set the scales for multiple Y axis's or having influxdb ui decide what the scale should be for each type of data. It would be nice to be able to create at least 2 different y axis, if not more in the UI


**Alternatives considered:**
Mapping the data on my own outside of the UI
**Use case:**
Why is this important (helps with prioritizing requests)?
This is important as data that have different value scales(like a scale of 1-100 for one type of data and other scale is in the Millions) that are closely related.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Start by tracing the UI graph configuration and rendering path for the current single Y scale, then determine how related data sets are represented. Done means the UI supports at least two independently scaled Y axes for closely related data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100