mirror of
https://github.com/grafana/grafana.git
synced 2024-12-30 10:47:30 -06:00
docs: add alphaPanels feature toggle information (#71480)
* add feature toggle information * fix typo * fixed config information
This commit is contained in:
parent
1902c4bc18
commit
c3a0207615
@ -361,6 +361,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.
|
||||
@ -382,6 +389,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
|
||||
|
Loading…
Reference in New Issue
Block a user