Skip to content

Preview (v0.9 Build 498)

Choose a tag to compare

@github-actions github-actions released this 01 Jun 20:36
Ensure that column options are forwarded to widgets and so on

```{r}
#| label: fig-widget
#| fig-cap: "An htmlwidget figure"
#| fig-column: margin
#| out-width: 100%
#| echo: fenced

plotly::plot_ly(data = cars,
                type = "scatter",
                mode = "markers",
                x = ~speed,
                y = ~dist)
```