From aa63404211875a9142410dbcb8cf046c0a54a504 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 13 May 2020 13:39:24 +0200 Subject: [PATCH] Docs: Add scale query string parameter to share panel (#24599) Document the new scale query string parameter introduced in #23625. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> --- docs/sources/reference/share_panel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/reference/share_panel.md b/docs/sources/reference/share_panel.md index a54b373a334..18651938cb3 100644 --- a/docs/sources/reference/share_panel.md +++ b/docs/sources/reference/share_panel.md @@ -27,6 +27,7 @@ https://play.grafana.org/d/000000012/grafana-play-home?orgId=1&from=156871968017 - **height**: height in pixels. Default is 400. - **tz**: timezone in the format `UTC%2BHH%3AMM` where HH and MM are offset in hours and minutes after UTC - **timeout**: number of seconds. The timeout can be increased if the query for the panel needs more than the default 30 seconds. +- **scale**: numeric value to configure device scale factor. Default is 1. Use a higher value to produce more detailed images (higher DPI). Supported in Grafana v7.0+. ## Embed Panel