mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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>
This commit is contained in:
parent
b32c1022c5
commit
8b017f5aa4
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user