influxdata / giraffe

A foundation for visualizations in the InfluxDB UI
https://influxdata.github.io/giraffe/
MIT License
183 stars 33 forks source link

Show axis controls for y2, y3, y-n axes when there are other y axes. #89

Open russorat opened 6 years ago

russorat commented 6 years ago

as a user of chronograf with editor permissions or higher when there are multiple y axes displayed on the graph then i would like the ability to configure the min, max, prefix, and suffix for the second y axis.

timhallinflux commented 5 years ago

Essentially, we need controls over: a) selective addition of multiple y axes -- multiple queries does not necessarily imply multiple axes are required b) configuration of each y axes -- range, position (right, left), etc.

denis-troller commented 5 years ago

I support this. When correlating multiple sensor data, it is very possible to have order of magnitude difference in the scale of two series. Right now the only option is to have two different cell on a dashboard, but then we lose the possibility of displaying the values under the current time cursor.