From ab12c908d885ad117714b2aa1dc6f052bf91d5f9 Mon Sep 17 00:00:00 2001 From: Emil Tullstedt Date: Wed, 13 May 2020 11:50:43 +0200 Subject: [PATCH] Reporting: Document layouts (#24338) --- docs/sources/enterprise/reporting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/sources/enterprise/reporting.md b/docs/sources/enterprise/reporting.md index 0931bdaf58e..ef301af4496 100644 --- a/docs/sources/enterprise/reporting.md +++ b/docs/sources/enterprise/reporting.md @@ -43,6 +43,15 @@ Currently only Organization Admins can create reports. {{< docs-imagebox img="/img/docs/enterprise/reports_create_new.png" max-width="500px" class="docs-image--no-shadow" >}} +### Layout + +> We're actively working on developing new report layout options. [Contact us](https://grafana.com/contact?about=grafana-enterprise&topic=design-process&value=reporting) if you would like to get involved in the design process. + +Name | Support | Description | Preview +---- | ------- | ----------- | ------- +Portrait | v6.4+ | Portrait generates an A4 page in portrait mode with three panels per page. | {{< docs-imagebox img="/img/docs/enterprise/reports_portrait_preview.png" max-width="500px" max-height="500px" class="docs-image--no-shadow" >}} +Landscape | v6.7+ | Landscape generates an A4 page in landscape mode with a single panel per page. | {{< docs-imagebox img="/img/docs/enterprise/reports_landscape_preview.png" max-width="500px" class="docs-image--no-shadow" >}} + ### Scheduling Scheduled reports can be sent on a weekly, daily, or hourly basis. You may also disable scheduling for when you either want to pause a report or send it via the API.