From 3a95cdd78ee6b3988fb8c6fb029e3c6a3da9a7b4 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 10 Feb 2022 23:50:51 +0100 Subject: [PATCH] Update geomap.md (#43527) (#45268) (cherry picked from commit d97e74d80f0e6873207c0d89778d1122d6ae9852) Co-authored-by: JJgitGit --- docs/sources/visualizations/geomap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/visualizations/geomap.md b/docs/sources/visualizations/geomap.md index 4124d468d8a..26f4cee798f 100644 --- a/docs/sources/visualizations/geomap.md +++ b/docs/sources/visualizations/geomap.md @@ -70,7 +70,7 @@ The markers layer allows you to display data points as different marker shapes s ![Markers Layer Options](/static/img/docs/geomap-panel/geomap-markers-options-8-1-0.png) -- **Marker Color** configures the color of the marker. The default `Fixed size` keeps all points a single color. There is an alternate option to have multiple colors depending on the data point values and the threshold set at the `Thresholds` section. +- **Marker Color** configures the color of the marker. The default `Single color` keeps all points a single color. There is an alternate option to have multiple colors depending on the data point values and the threshold set at the `Thresholds` section. - **Marker Size** configures the size of the marker. Default is `Fixed size`, making all marker size the same regardless of the data points. However, there is also an option to scale the circles to the corresponding data points. `Min` and `Max` marker size has to be set such that the Marker layer can scale within this range. - **Marker Shape** allows you to choose the shape, icon, or graphic to aid in providing additional visual context to your data. Choose from assets that are included with Grafana such as simple shapes or the Unicon library. You can also specify a URL containing an image asset. The image must be a scalable vector graphic (SVG). - **Fill opacity** configures the transparency of each marker.