Skip to content

Commit 89e9cb0

Browse files
committed
add extra space before html so that it's not interpreted as plain text
1 parent 9cffe0b commit 89e9cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/r/2015-07-30-shiny.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ display_as: get_request
1515

1616
Plotly works with Shiny entirely *client-side* either through [plotly.js](https://plot.ly/javascript-graphing-library) or with Plotly's [postMessage API](https://github.com/plotly/postMessage-API). This means that updating the Plotly graphs is *fast* because no external calls are made to a Plotly server. You can export Plotly graphs to your account by clicking the <code>Edit chart</code> link on the bottom right of the chart.
1717

18-
<iframe src="https://plotly.shinyapps.io/Movies" width="100%" height=700 seamless style="border: none"></iframe>
1918

19+
<iframe src="https://plotly.shinyapps.io/Movies" width="100%" height=700 seamless style="border: none"></iframe>
2020

2121

2222
### `ui.R`

_posts/r/2015-07-30-shiny.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ display_as: get_request
1515

1616
Plotly works with Shiny entirely *client-side* either through [plotly.js](https://plot.ly/javascript-graphing-library) or with Plotly's [postMessage API](https://github.com/plotly/postMessage-API). This means that updating the Plotly graphs is *fast* because no external calls are made to a Plotly server. You can export Plotly graphs to your account by clicking the <code>Edit chart</code> link on the bottom right of the chart.
1717

18-
<iframe src="https://plotly.shinyapps.io/Movies" width="100%" height=700 seamless style="border: none"></iframe>
1918

19+
<iframe src="https://plotly.shinyapps.io/Movies" width="100%" height=700 seamless style="border: none"></iframe>
2020

2121

2222
### `ui.R`

0 commit comments

Comments
 (0)