[v9.4.x] Added pageZoomLevel option to image renderer setup documentation (#62842)
Added pageZoomLevel option to image renderer setup documentation (#59472)
* Added pageZoomLevel option to image renderer setup
* Update _index.md
* Update docs/sources/setup-grafana/image-rendering/_index.md
* chore: prettier run in docs
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
(cherry picked from commit 8b017f5aa4)
Co-authored-by: Gabriel Goller <gabrielgoller123@gmail.com>
This commit is contained in:
co-authored by
Gabriel Goller
parent
0c27df8b8c
commit
8637518540
@@ -459,3 +459,19 @@ Limit the maximum device scale factor that can be requested. Default is `4`.
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### Page zoom level
|
||||
|
||||
The following command sets a page zoom level. The default value is `1`. A value of `1.5` equals 150% zoom.
|
||||
|
||||
```bash
|
||||
RENDERING_VIEWPORT_PAGE_ZOOM_LEVEL=1
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"rendering": {
|
||||
"pageZoomLevel": 1
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user