-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Update export-pdf.md #22767
Docs: Update export-pdf.md #22767
Conversation
1. Click on the share icon in the dashboard menu. | ||
1. Go to PDF tab. | ||
1. Select the layout option for exported dashboard. By default it is set to **Portrait** but it's also possible to select **Landscape**. | ||
1. Click the title of the dashboard that you want to export as PDF and then click **Share**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PDF will be opened in a new tab in the browser, then you can save it from the browser. File name matches dashboard id, but I think we should fix it and use PDF title or something more human-readable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now!
@alexanderzobnin , the build-pipeline is still yellow after several hours. Any idea why? |
Minor edits and one question.
Co-Authored-By: Alexander Zobnin <alexanderzobnin@gmail.com>
1617705
to
b13922f
Compare
* master: (98 commits) NewPanelEdit: Refactor value mappings UI to work better with new panel edit (grafana#22808) FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (grafana#22600) Reporting: Update docs with correct logger name (grafana#22892) Design tweaks (grafana#22886) Remove duplicated localStorage mock (grafana#22872) Rich history UX fixes (grafana#22783) Storybook: Solve deployment issues (grafana#22873) Docs: Update templating.md (grafana#22881) AzureMonitor: support workspaces function for template variables (grafana#22882) Check if the datasource is of type loki using meta.id instead of name. (grafana#22877) Prometheus: Render missing labels in legend formats as an empty string (grafana#22355) BarGauge: Fix strict null that breaks Storybook build (grafana#22871) SQLStore: Add migration for adding index on annotation.alert_id (grafana#22876) Docs: Update export-pdf.md (grafana#22767) Variables: adds missing feature toggle in DashboardModel (grafana#22868) Devenv: adds grafana block with a customizeable version (grafana#22867) Alerting: support alerting on data.Frame (that can be time series) (grafana#22812) AlertNotifications: Translate notifications IDs to UIDs in Rule builder (grafana#19882) CircleCI: Don't build Storybook on PR (grafana#22865) Graphite: Rollup Indicator (grafana#22738) ...
* master: (33 commits) CI: failfast for verify-repos.sh (grafana#22902) Chore: Update latest.json (grafana#22903) Changelog: Update for v6.7.0 (grafana#22900) Fix ValueMappingEditor test TS issue (grafana#22895) Docs: Fix Broken Link (grafana#22894) Migration: Create org (grafana#22542) NewPanelEdit: Refactor value mappings UI to work better with new panel edit (grafana#22808) FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (grafana#22600) Reporting: Update docs with correct logger name (grafana#22892) Design tweaks (grafana#22886) Remove duplicated localStorage mock (grafana#22872) Rich history UX fixes (grafana#22783) Storybook: Solve deployment issues (grafana#22873) Docs: Update templating.md (grafana#22881) AzureMonitor: support workspaces function for template variables (grafana#22882) Check if the datasource is of type loki using meta.id instead of name. (grafana#22877) Prometheus: Render missing labels in legend formats as an empty string (grafana#22355) BarGauge: Fix strict null that breaks Storybook build (grafana#22871) SQLStore: Add migration for adding index on annotation.alert_id (grafana#22876) Docs: Update export-pdf.md (grafana#22767) ...
Minor edits and one question.
Special notes for your reviewer: Where is the PDF saved and how is the file named?