8000 fix hyperlinks · plotly/plotly.r-docs@cf48fbf · GitHub
[go: up one dir, main page]

Skip to content

Commit cf48fbf

Browse files
author
Joseph Damiba
committed
fix hyperlinks
1 parent 91b77bc commit cf48fbf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

what-about-dash.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

22
### What About Dash?
33

4-
[Dash for R](https://dash.plot.ly/) is an open-source framework for building analytical applications, with no Javascript required, and it is tightly integrated with the Plotly graphing library. Everywhere in this page that you see `fig`, you can display the same figure in a Dash for R application by passing it to the `figure` argument of the [`Graph` component](https://dash.plot.ly/dash-core-components/graph) from the built-in `dashCoreComponents` package like this:
4+
[Dash for R](https://dashr.plot.ly/) is an open-source framework for building analytical applications, with no Javascript required, and it is tightly integrated with the Plotly graphing library.
5+
6+
Learn about how to install Dash for R at https://dashr.plot.ly/installation.
7+
8+
Everywhere in this page that you see `fig`, you can display the same figure in a Dash for R application by passing it to the `figure` argument of the [`Graph` component](https://dashr.plot.ly/dash-core-components/graph) from the built-in `dashCoreComponents` package like this:
59

610
```{r eval=FALSE}
711
library(plotly)
@@ -10,7 +14,7 @@ fig <- plot_ly()
1014
# fig <- fig %>% add_trace( ... )
1115
# fig <- fig %>% layout( ... )
1216
13-
library(dash) # https://dashr.plot.ly/installation
17+
library(dash)
1418
library(dashCoreComponents)
1519
library(dashHtmlComponents)
1620

0 commit comments

Comments
 (0)
0