Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze interactive plot in Shiny #9

Open
melvand opened this issue Jun 28, 2017 · 4 comments
Open

Freeze interactive plot in Shiny #9

melvand opened this issue Jun 28, 2017 · 4 comments

Comments

@melvand
Copy link

melvand commented Jun 28, 2017

Hi!

thanks for your package!
Is there a way to freeze the diagram on a mouse click in Shiny (only the chords appearance, not the chords tooltips)?

Thanks!

M

@Nanak77
Copy link

Nanak77 commented Jun 29, 2017

Hello melvand I am also trying to plot chord diagram in shiny dashboard but it is not displaying anything.
ui <- plotOutput('Chord_Chart',height = "1200px",width = "1000px")

server <- output$Chord_Chart <-
renderPlot({
groupColors <- c("#000000", "#FFDD89", "#957244", "#F26223")
chorddiag(Chord_Chart_input(), type = "bipartite",groupColors = groupColors, groupnamePadding = 30,tooltipGroupConnector = " to ",
tickInterval = 20)
})

please help

@melvand
Copy link
Author

melvand commented Jun 29, 2017

I think you need a chorddiagOutput() instead of a plotOutput() and a renderChorddiag() instead of a renderPlot()

@Nanak77
Copy link

Nanak77 commented Jun 29, 2017

Thanks!!! Its working

@bprager5
Copy link

bprager5 commented Apr 5, 2019

Hi there - I have the same question regarding freezing a plot on mouseOver - I would like to highlight certian links to visualize statically in a figure. Is this possible?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants