8000 Update what-about-dash.md · plotly/plotly.r-docs@3e5697a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e5697a

Browse files
Joseph Damibanicolaskruchten
Joseph Damiba
andauthored
Update what-about-dash.md
Co-Authored-By: Nicolas Kruchten <nicolas@plot.ly>
1 parent cf48fbf commit 3e5697a

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
@@ -20,8 +20,12 @@ library(dashHtmlComponents)
2020
2121
app <- Dash$new()
2222
app$layout(
23-
dccGraph(figure=fig)
23+
htmlDiv(
24+
list(
25+
dccGraph(figure=fig)
26+
)
27+
)
2428
)
2529
2630
app$run_server()
27-
```
31+
```

0 commit comments

Comments
 (0)
0