Skip to content

Commit 712e7c9

Browse files
author
Joseph Damiba
committed
update
2 parents 32c0aa3 + 3e5697a commit 712e7c9

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(debug=TRUE, dev_tools_hot_reload=FALSE)
27-
```
31+
```

0 commit comments

Comments
 (0)