From 9eab229708a0559f2c9e5a02add6fc8662c3d762 Mon Sep 17 00:00:00 2001 From: Felix Edelmann Date: Sat, 15 Jan 2022 18:31:47 +0100 Subject: [PATCH 1/2] Fix config reference link --- r/2021-08-27-configuration-options.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/2021-08-27-configuration-options.Rmd b/r/2021-08-27-configuration-options.Rmd index e4dc6c83..6739d544 100644 --- a/r/2021-08-27-configuration-options.Rmd +++ b/r/2021-08-27-configuration-options.Rmd @@ -354,4 +354,4 @@ The same configuration dictionary that you pass to the `config` parameter can al #### Reference -See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6 +See config options at [https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6]() From a09d9ec9a7a9e97aca55e4d7572d02376992235f Mon Sep 17 00:00:00 2001 From: Felix Edelmann Date: Sat, 15 Jan 2022 18:37:31 +0100 Subject: [PATCH 2/2] Fix config reference heading --- r/2021-08-27-configuration-options.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/2021-08-27-configuration-options.Rmd b/r/2021-08-27-configuration-options.Rmd index 6739d544..e37b6951 100644 --- a/r/2021-08-27-configuration-options.Rmd +++ b/r/2021-08-27-configuration-options.Rmd @@ -352,6 +352,6 @@ config(fig, doubleClickDelay= 1000)%>%layout(plot_bgcolor='#e5ecf6', The same configuration dictionary that you pass to the `config` parameter can also be passed to the [config property of a `dcc.Graph` component](https://dashr.plotly.com/dash-core-components/graph). -#### Reference +### Reference See config options at [https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6]()