XYChart: Promote to generally available (#91417)

This commit is contained in:
Nathan Marrs
2024-08-01 17:54:36 -06:00
committed by GitHub
parent 21e40908fe
commit b63694d75f
5 changed files with 12 additions and 11 deletions

View File

@@ -59,10 +59,6 @@ refs:
# XY chart
{{< admonition type="note">}}
To use xy charts, enable the `autoMigrateXYChartPanel` [feature toggle](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/).
{{< /admonition >}}
XY charts provide a way to visualize arbitrary x and y values in a graph so that you can easily show the relationship between two variables. XY charts are typically used to create scatter plots. You can also use them to create bubble charts where field values determine the size of each bubble:
![An xy chart showing height weight distribution](/media/docs/grafana/panels-visualizations/screenshot-xy-charts-v11.0.png)