mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 01:42:07 +08:00

Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
10 lines
617 B
Markdown
10 lines
617 B
Markdown
---
|
|
title: Multiple y-axes
|
|
---
|
|
|
|
# Multiple y-axes
|
|
|
|
In some cases, you might want to display multiple y-axes. For example, if you have a dataset showing both temperature and humidity over time, you might want to show two y-axes with different units for the two series.
|
|
|
|
You can configure multiple y-axes and control where they're displayed in the visualization by adding field overrides. [This example of a dataset that includes temperature and humidity](../../configure-overrides/#example-2-format-temperature-and-humidity) describes how you can configure that. Repeat the steps for every y-axis you wish to display.
|