interactiv graph #145
Douxvalkyn
started this conversation in
General
Replies: 3 comments
-
|
Hi @Douxvalkyn ! I'm afraid I'm not able to reproduce. Here is the doc that I've made and I can't detect any issues with it after render. ---
title: "Untitled"
format: closeread-html
---
:::{.cr-section}
As you can see in this picture @cr-figa
:::{#cr-figa}
```{r}
#| label: figa
#| warning: false
library(ggplot2)
library(plotly)
p <- ggplot(mtcars, aes(x = mpg, y = hp)) + geom_point()
ggplotly(p)
```
:::
::: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I also couldn't replicate this, @Douxvalkyn :( Screen.Recording.2024-11-20.at.17.06.19.movAre you able to give us some information on your setup to help us reproduce the problem?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@jimjam-slam @andrewpbray and the code: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
I just tried an interactiv graph inside a closeread and it doesnt work correctly.
This simple section doesnt work, the plot isn't interactiv:
If I remove
#| warning: false, graph is partially interactiv withquarto previewbut not at all withquarto render:( and warnings are visible :(Beta Was this translation helpful? Give feedback.
All reactions