From 6721e7be6855c5b838146e8c4fe097f172500d1e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:08:46 -0400 Subject: [PATCH] [v9.5.x] docs: add alphaPanels feature toggle information (#71505) docs: add alphaPanels feature toggle information (#71480) * add feature toggle information * fix typo * fixed config information (cherry picked from commit c3a020761510893be2135d79b968bcb473b79fd1) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../visualizations/geomap/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/geomap/index.md b/docs/sources/panels-visualizations/visualizations/geomap/index.md index 42371e03f91..ec7306e9f06 100644 --- a/docs/sources/panels-visualizations/visualizations/geomap/index.md +++ b/docs/sources/panels-visualizations/visualizations/geomap/index.md @@ -357,6 +357,13 @@ The Route layer renders data points as a route. {{< figure src="/media/docs/grafana/geomap-route-layer-basic-9-4-0.png" max-width="1200px" caption="Geomap panel Route" >}} +To enable the Route layer, set `enable_alpha` to `true` in your configuration file: + +``` +[panels] +enable_alpha = true +``` + ### Options - **Size** sets the route thickness. Fixed by default, or Min and Max range of selected field. @@ -378,6 +385,13 @@ The Photos layer renders a photo at each data point. {{< figure src="/static/img/docs/geomap-panel/geomap-photos-9-3-0.png" max-width="1200px" caption="Geomap panel Photos" >}} +To enable the Photos layer, set `enable_alpha` to `true` in your configuration file: + +``` +[panels] +enable_alpha = true +``` + ### Options - **Image Source Field** select a string field containing image data in either of the following formats