From 9a389a80d8c83ae5c89850dfc576e3ff94ba89da Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:56:43 -0400 Subject: [PATCH] Docs: Add multiple y-axes guidance (#74282) * Added multiple y axes shared file * Added shared content to time series page * Updated shared content and added to heatmap and bar chart pages --- .../visualizations/bar-chart/index.md | 2 ++ .../visualizations/heatmap/index.md | 2 ++ .../visualizations/time-series/index.md | 2 ++ docs/sources/shared/visualizations/multiple-y-axes.md | 9 +++++++++ 4 files changed, 15 insertions(+) create mode 100644 docs/sources/shared/visualizations/multiple-y-axes.md diff --git a/docs/sources/panels-visualizations/visualizations/bar-chart/index.md b/docs/sources/panels-visualizations/visualizations/bar-chart/index.md index 22e4d4b2fb7..a35d0b2971b 100644 --- a/docs/sources/panels-visualizations/visualizations/bar-chart/index.md +++ b/docs/sources/panels-visualizations/visualizations/bar-chart/index.md @@ -189,6 +189,8 @@ Set a **Soft min** or **soft max** option for better control of Y-axis limits. B You can set standard min/max options to define hard limits of the Y-axis. For more information, refer to [Standard options definitions][]. +{{< docs/shared lookup="visualizations/multiple-y-axes.md" source="grafana" version="" leveloffset="+2" >}} + {{% docs/reference %}} [Add a field override]: "/docs/grafana/ -> /docs/grafana//panels-visualizations/configure-overrides#add-a-field-override" [Add a field override]: "/docs/grafana-cloud/ -> /docs/grafana//panels-visualizations/configure-overrides#add-a-field-override" diff --git a/docs/sources/panels-visualizations/visualizations/heatmap/index.md b/docs/sources/panels-visualizations/visualizations/heatmap/index.md index cbb544129b1..b9e6c13eec4 100644 --- a/docs/sources/panels-visualizations/visualizations/heatmap/index.md +++ b/docs/sources/panels-visualizations/visualizations/heatmap/index.md @@ -79,6 +79,8 @@ This setting configures the axis value. When selected, the axis appears in reverse order. +{{< docs/shared lookup="visualizations/multiple-y-axes.md" source="grafana" version="" leveloffset="+2" >}} + ## Colors The color spectrum controls the mapping between value count (in each bucket) and the color assigned to each bucket. The leftmost color on the spectrum represents the minimum count and the color on the right most side represents the maximum count. Some color schemes are automatically inverted when using the light theme. diff --git a/docs/sources/panels-visualizations/visualizations/time-series/index.md b/docs/sources/panels-visualizations/visualizations/time-series/index.md index 6e735b3113f..2cb38732648 100644 --- a/docs/sources/panels-visualizations/visualizations/time-series/index.md +++ b/docs/sources/panels-visualizations/visualizations/time-series/index.md @@ -227,6 +227,8 @@ Use this option to transform the series values without affecting the values show The transform option is only available as an override. {{% /admonition %}} +{{< docs/shared lookup="visualizations/multiple-y-axes.md" source="grafana" version="" leveloffset="+2" >}} + ## Color options By default, the graph uses the standard [Color scheme][] option to assign series colors. You can also use the legend to open the color picker by clicking the legend series color icon. Setting diff --git a/docs/sources/shared/visualizations/multiple-y-axes.md b/docs/sources/shared/visualizations/multiple-y-axes.md new file mode 100644 index 00000000000..243f73bda5c --- /dev/null +++ b/docs/sources/shared/visualizations/multiple-y-axes.md @@ -0,0 +1,9 @@ +--- +title: Display multiple y-axes +--- + +# Display multiple y-axes + +In some cases, you may want to display multiple y-axes. For example, if you have a dataset showing both temperature and humidity over time, you may want to show two y-axes with different units for these two series. + +You can do this by [adding field overrides]({{< relref "../../panels-visualizations/configure-overrides#add-a-field-override" >}}). Follow the steps as many times as required to add as many y-axes as you need.