influxdata / ui

UI for InfluxDB
92 stars 42 forks source link

Ability to set Multiple Y scales in the UI for diffrent data #6891

Open Riprock opened 4 months ago

Riprock commented 4 months ago

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 image multiaxes

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.

Riprock commented 4 months ago

Just an edit because I realized that some scenarios could use more than 2 y scales