Dashboard Options
Format
The following document and format options are either dashboard-specific or have special behavior within dashboards:
Option | Description |
---|---|
title |
Title (displayed in top left of navigation bar) |
author |
Author (displayed alongside title in smaller font) |
logo |
Logo (displayed left of the title in the navigation bar) |
orientation |
rows or columns (default: rows ) |
scrolling |
Use scrolling rather than fill layout? (default: false ) |
expandable |
Make card content expandable (default: true ) |
theme |
Dashboard theme (built in or custom scss) |
nav-buttons |
Buttons to appear on the right side of the navigation bar. Use linkedin , facebook , reddit , twitter , github , or a custom Nav Item. |
For example:
---
title: "Dashboard"
author: "Acme, Inc."
logo: images/acme.png
format:
dashboard:
theme: default
orientation: rows
expandable: true
scrolling: false
nav-buttons:
- reddit
- icon: gitlab
href: https://gitlab.com/
---
Pages
Pages can specify a custom orientation that is distinct from the global orientation:
Option | Description |
---|---|
orientation |
rows or columns (default to global orientation) |
scrolling |
true or false (defaults to global scrolling) |
For example:
---
"Dashboard"
title: format: dashboard
---
# Plots {orientation="columns" scrolling="true"}
Rows & Columns
Rows and columns support options for customizing their layout and sizing behavior. The following classes can be used to modify layout behavior:
Class | Description |
---|---|
.tabset |
Contents should be arranged into a Tabset |
.fill |
Contents should fill available layout space |
.flow |
Contents should flow to their natural size |
Note that in most dashboards, .fill
and .flow
are determined automatically based on the contents of cards and don’t need to be specified manually.
The following attributes can be used for explicit sizing:
Option | Description |
---|---|
width |
Percentage or absolute pixel width (default distributes space evenly across elements in a row) |
height |
Percentage or absolute pixel height (default distributes space evenly across elements in a column) |
For example:
---
"Dashboard"
title: format: dashboard
---
## Row {height="65%"}
## Row {height="35%"}
Note that if some components specify an explicit width
or height
and others do not, then remaining space will be distributed evenly across those elements.
Cards
Card options enable you to specify a title and various layout behaviors:
Option | Description |
---|---|
title |
Title displayed in card header |
padding |
Padding around card content (default: 8px ) |
expandable |
Make card content expandable (default: true ) |
width |
Percentage or absolute pixel width (default distributes space evenly across elements in a row) |
height |
Percentage or absolute pixel height (default distributes space evenly across elements in a column) |
fill |
Whether the card should fill it’s container or ‘flow’, matching the height of its content. (Quarto determines the default value based upon the card contents) |
For example:
```{python}#| title: "Life Expectancy"
#| padding: 3px
#| expandable: false
#| width: 70%
```
These same options can be applied to .card
divs. For example:
="Life Expectancy" padding="3px"}
::: {.card titleis the content.
This :::
Value Boxes
Value Boxes support the following options:
Option | Description |
---|---|
title |
Title displayed above value |
icon |
Icon identifier from bootstrap icons |
color |
Background color—this can be any CSS color or one of the theme specific color aliases (see below) |
value |
Main display value |
Available themed aliases for color
include:
Color Alias | Default Theme Color(s) |
---|---|
primary |
Blue |
secondary |
Gray |
success |
Green |
info |
Bright Blue |
warning |
Yellow/Orange |
danger |
Red |
light |
Light Gray |
dark |
Black |
Note that value box options can be specified either as cell options or by printing a dict()
(for Python) or list()
(for R) (this is helpful when options need to be dynamic). See the Value Boxes component documentation for details.
Dashboard
logo |
Logo image (placed on the left side of the navigation bar) |
orientation |
Default orientation for dashboard content (default |
scrolling |
Use scrolling rather than fill layout (default: |
expandable |
Make card content expandable (default: |
nav-buttons |
Links to display on the dashboard navigation bar |
Format Options
brand |
Branding information to use for this document. If a string, the path to a brand file. If false, don’t use branding on this document. If an object, an inline brand definition. |
theme |
Theme name, theme scss file, or a mix of both. |
css |
One or more CSS style sheets. |
identifier-prefix |
Specify a prefix to be added to all identifiers and internal links in HTML and DocBook output, and to footnote numbers in Markdown and Haddock output. This is useful for preventing duplicate identifiers when generating fragments to be included in other pages. |
email-obfuscation |
Specify a method for obfuscating
|
html-q-tags |
Use |
quarto-required |
A semver version range describing the supported quarto versions for this document or project. Examples:
|
Table of Contents
toc |
Include an automatically generated table of contents (or, in the case of Note that if you are producing a PDF via |
toc-depth |
Specify the number of section levels to include in the table of contents. The default is 3 |
Numbering
number-sections |
Number section headings rendered output. By default, sections are not numbered. Sections with class |
number-depth |
By default, all headings in your document create a numbered section. You customize numbering depth using the For example, to only number sections immediately below the chapter level, use this:
|
number-offset |
Offset for section headings in output (offsets are 0 by default) The first number is added to the section number for top-level headings, the second for second-level headings, and so on. So, for example, if you want the first top-level heading in your document to be numbered “6”, specify |
shift-heading-level-by |
Shift heading levels by a positive or negative integer. For example, with |
Layout
cap-location |
Where to place figure and table captions ( |
fig-cap-location |
Where to place figure captions ( |
tbl-cap-location |
Where to place table captions ( |
classoption |
For LaTeX/PDF output, the options set for the document class. For HTML output using KaTeX, you can render display math equations flush left using |
grid |
Properties of the grid system used to layout Quarto HTML pages. |
max-width |
Adds a css |
margin-left |
For HTML output, sets the For LaTeX output, sets the left margin if For ConTeXt output, sets the left margin if For |
margin-right |
For HTML output, sets the For LaTeX output, sets the right margin if For ConTeXt output, sets the right margin if For |
margin-top |
For HTML output, sets the For LaTeX output, sets the top margin if For ConTeXt output, sets the top margin if For |
margin-bottom |
For HTML output, sets the For LaTeX output, sets the bottom margin if For ConTeXt output, sets the bottom margin if For |
Code
code-fold |
Collapse code into an HTML
|
code-summary |
Summary text to use for code blocks collapsed using |
code-overflow |
Choose how to handle code overflow, when code lines are too wide for their container. One of:
|
code-line-numbers |
Include line numbers in code block output ( For revealjs output only, you can also specify a string to highlight specific lines (and/or animate between sets of highlighted lines).
|
code-copy |
Enable a code copy icon for code blocks.
|
code-link |
Enables hyper-linking of functions within code blocks to their online documentation. Code linking is currently implemented only for the knitr engine (via the downlit package). A limitation of downlit currently prevents code linking if |
code-annotations |
The style to use when displaying code annotations. Set this value to false to hide code annotations. |
highlight-style |
Specifies the coloring style to be used in highlighted source code. Instead of a STYLE name, a JSON file with extension |
syntax-definitions |
KDE language syntax definition files (XML) |
indented-code-classes |
Specify classes to use for all indented code blocks |
Execution
Execution options should be specified within the execute
key. For example:
execute:
echo: false
warning: false
eval |
Evaluate code cells (if
|
echo |
Include cell source code in rendered output.
|
output |
Include the results of executing the code in the output. Possible values:
|
warning |
Include warnings in rendered output. |
error |
Include errors in the output (note that this implies that errors executing code will not halt processing of the document). |
include |
Catch all for preventing any output (code or results) from being included in output. |
cache |
Cache results of computations (using the knitr cache for R documents, and Jupyter Cache for Jupyter documents). Note that cache invalidation is triggered by changes in chunk source code (or other cache attributes you’ve defined).
|
freeze |
Control the re-use of previous computational output when rendering.
|
Figures
fig-align |
Figure horizontal alignment ( |
fig-cap-location |
Where to place figure captions ( |
fig-width |
Default width for figures generated by Matplotlib or R graphics. Note that with the Jupyter engine, this option has no effect when provided at the cell level; it can only be provided with document or project metadata. |
fig-height |
Default height for figures generated by Matplotlib or R graphics. Note that with the Jupyter engine, this option has no effect when provided at the cell level; it can only be provided with document or project metadata. |
fig-format |
Default format for figures generated by Matplotlib or R graphics ( |
fig-dpi |
Default DPI for figures generated by Matplotlib or R graphics. Note that with the Jupyter engine, this option has no effect when provided at the cell level; it can only be provided with document or project metadata. |
fig-asp |
The aspect ratio of the plot, i.e., the ratio of height/width. When The |
fig-responsive |
Whether to make images in this document responsive. |
Tables
tbl-colwidths |
Apply explicit table column widths for markdown grid tables and pipe tables that are more than Some formats (e.g. HTML) do an excellent job automatically sizing table columns and so don’t benefit much from column width specifications. Other formats (e.g. LaTeX) require table column sizes in order to correctly flow longer cell content (this is a major reason why tables > 72 columns wide are assigned explicit widths by Pandoc). This can be specified as:
|
tbl-cap-location |
Where to place table captions ( |
df-print |
Method used to print tables in Knitr engine documents:
The default printing method is |
References
bibliography |
Document bibliography (BibTeX or CSL). May be a single file or a list of files |
csl |
Citation Style Language file to use for formatting references. |
citations-hover |
Enables a hover popup for citation that shows the reference information. |
citeproc |
Turn on built-in citation processing. To use this feature, you will need to have a document containing citations and a source of bibliographic data: either an external bibliography file or a list of |
citation-abbreviations |
JSON file containing abbreviations of journals that should be used in formatted bibliographies when
|
Footnotes
footnotes-hover |
Enables a hover popup for footnotes that shows the footnote contents. |
reference-location |
Specify location for footnotes. Also controls the location of references, if
|
Cross-References
crossref |
Configuration for cross-reference labels and prefixes. See Cross-Reference Options for more details. |
crossrefs-hover |
Enables a hover popup for cross references that shows the item being referenced. |
Citation
citation |
Citation information for the document itself specified as CSL YAML in the document front matter. For more on supported options, see Citation Metadata. |
Language
lang |
Identifies the main language of the document using IETF language tags (following the BCP 47 standard), such as This affects most formats, and controls hyphenation in PDF output when using LaTeX (through |
language |
YAML file containing custom language translations |
dir |
The base script direction for the document ( For bidirectional documents, native pandoc When using LaTeX for bidirectional documents, only the |
Includes
include-before-body |
Include contents at the beginning of the document body (e.g. after the A string value or an object with key “file” indicates a filename whose contents are to be included An object with key “text” indicates textual content to be included |
include-after-body |
Include content at the end of the document body immediately after the markdown content. While it will be included before the closing A string value or an object with key “file” indicates a filename whose contents are to be included An object with key “text” indicates textual content to be included |
include-in-header |
Include contents at the end of the header. This can be used, for example, to include special CSS or JavaScript in HTML documents. A string value or an object with key “file” indicates a filename whose contents are to be included An object with key “text” indicates textual content to be included |
resources |
Path (or glob) to files to publish with this document. |
metadata-files |
Read metadata from the supplied YAML (or JSON) files. This option can be used with every input format, but string scalars in the YAML file will always be parsed as Markdown. Generally, the input will be handled the same as in YAML metadata blocks. Values in files specified later in the list will be preferred over those specified earlier. Metadata values specified inside the document, or by using |
Metadata
keywords |
List of keywords to be included in the document metadata. |
pagetitle |
Sets the title metadata for the document |
title-prefix |
Specify STRING as a prefix at the beginning of the title that appears in the HTML header (but not in the title as it appears at the beginning of the body) |
description-meta |
Sets the description metadata for the document |
author-meta |
Sets the author metadata for the document |
date-meta |
Sets the date metadata for the document |
Rendering
from |
Format to read from. Extensions can be individually enabled or disabled by appending +EXTENSION or -EXTENSION to the format name (e.g. markdown+emoji). |
output-file |
Output file to write to |
output-ext |
Extension to use for generated output file |
template |
Use the specified file as a custom template for the generated document. |
template-partials |
Include the specified files as partials accessible to the template for the generated content. |
embed-resources |
Produce a standalone HTML file with no external dependencies, using |
self-contained-math |
Embed math libraries (e.g. MathJax) within |
filters |
Specify executables or Lua scripts to be used as a filter transforming the pandoc AST after the input is parsed and before the output is written. |
shortcodes |
Specify Lua scripts that implement shortcode handlers |
keep-md |
Keep the markdown file generated by executing code |
keep-ipynb |
Keep the notebook file generated from executing code. |
ipynb-filters |
Filters to pre-process ipynb files before rendering to markdown |
ipynb-shell-interactivity |
Specify which nodes should be run interactively (displaying output from expressions) |
plotly-connected |
If true, use the “notebook_connected” plotly renderer, which downloads its dependencies from a CDN and requires an internet connection to view. |
extract-media |
Extract images and other media contained in or linked from the source document to the path DIR, creating it if necessary, and adjust the images references in the document so they point to the extracted files. Media are downloaded, read from the file system, or extracted from a binary container (e.g. docx), as needed. The original file paths are used if they are relative paths not containing … Otherwise filenames are constructed from the SHA1 hash of the contents. |
resource-path |
List of paths to search for images and other resources. |
default-image-extension |
Specify a default extension to use when image paths/URLs have no extension. This allows you to use the same source for formats that require different kinds of images. Currently this option only affects the Markdown and LaTeX readers. |
abbreviations |
Specifies a custom abbreviations file, with abbreviations one to a line. This list is used when reading Markdown input: strings found in this list will be followed by a nonbreaking space, and the period will not produce sentence-ending space in formats like LaTeX. The strings may not contain spaces. |
dpi |
Specify the default dpi (dots per inch) value for conversion from pixels to inch/ centimeters and vice versa. (Technically, the correct term would be ppi: pixels per inch.) The default is |
html-table-processing |
If |
Text Output
strip-comments |
Strip out HTML comments in the Markdown source, rather than passing them on to Markdown, Textile or HTML output as raw HTML. This does not apply to HTML comments inside raw HTML blocks when the |
ascii |
Use only ASCII characters in output. Currently supported for XML and HTML formats (which use entities instead of UTF-8 when this option is selected), CommonMark, gfm, and Markdown (which use entities), roff ms (which use hexadecimal escapes), and to a limited degree LaTeX (which uses standard commands for accented characters when possible). roff man output uses ASCII by default. |