Skip to content

Commit

Permalink
Merge pull request #890 from quarto-dev/mine-cetinkaya-rundel-patch-2
Browse files Browse the repository at this point in the history
Minor typo fixes
  • Loading branch information
jjallaire authored Oct 24, 2023
2 parents bf97f9f + 17cf15e commit dba0e56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dashboards/components.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Articles per day

## Plots

Plots are by far the most common content type displayed in dashboards. Both interactive JavaScript-based plots (e.g. [Plotly](https://plotly.com/graphing-libraries/)) and standard raster based plots (e.g. [Matplotlib](https://matplotlib.org) or [ggplot2](https://ggplot2.tidyverse.org) are supported.
Plots are by far the most common content type displayed in dashboards. Both interactive JavaScript-based plots (e.g. [Plotly](https://plotly.com/graphing-libraries/)) and standard raster based plots (e.g. [Matplotlib](https://matplotlib.org) or [ggplot2](https://ggplot2.tidyverse.org) are supported).

Below we provide some language specific tips and techniques for including plots within dashboards.

Expand Down Expand Up @@ -752,4 +752,4 @@ px.violin(df, x="sex", y="total_bill", color="smoker")

![](images/card-layout-ncol.png)

See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for additional documentation on custom layouts.
See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for additional documentation on custom layouts.
4 changes: 2 additions & 2 deletions docs/dashboards/layouts.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ format: dashboard

## Chart Stack (Scrolling)

This layout is a simple stack of three charts. To provide enough room to display all the charts a scrolling layout is used (`scrolling: true`). Note that because of its ability to scroll this layout could easily accommodate many more charts
This layout is a simple stack of three charts. To provide enough room to display all the charts a scrolling layout is used (`scrolling: true`). Note that because of its ability to scroll this layout could easily accommodate many more charts.

::: {.chart-example .grid}
::: g-col-6
Expand Down Expand Up @@ -351,4 +351,4 @@ format:
::: g-col-6
![](images/chart-input-sidebar.png)
:::
:::
:::

0 comments on commit dba0e56

Please sign in to comment.