From 441de065d8e0557cedbd482127637909d273d285 Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Tue, 24 Oct 2023 09:57:26 -0400 Subject: [PATCH 1/2] Add missing close parenthesis --- docs/dashboards/components.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboards/components.qmd b/docs/dashboards/components.qmd index 39eb55a52..6e7bd8c4b 100644 --- a/docs/dashboards/components.qmd +++ b/docs/dashboards/components.qmd @@ -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. @@ -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. \ No newline at end of file +See the article on [Figures](/docs/authoring/figures.qmd#complex-layouts) for additional documentation on custom layouts. From 17cf15e2f853d2ae01412861b4eb4a1106421bb1 Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Tue, 24 Oct 2023 10:10:35 -0400 Subject: [PATCH 2/2] Add missing period --- docs/dashboards/layouts.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboards/layouts.qmd b/docs/dashboards/layouts.qmd index e9116b64a..f97549728 100644 --- a/docs/dashboards/layouts.qmd +++ b/docs/dashboards/layouts.qmd @@ -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 @@ -351,4 +351,4 @@ format: ::: g-col-6 ![](images/chart-input-sidebar.png) ::: -::: \ No newline at end of file +:::