dygraphs icon indicating copy to clipboard operation
dygraphs copied to clipboard

Range Selector Ghosting in Shiny App?

Open apoliakov opened this issue 7 years ago • 1 comments

Hey guys, great package, really getting a ton of mileage out of it.

One thing I noticed: I got a shiny app that displays dygraphs (among other things). Sometimes the selected series is large and when that happens I have a range selector show up dynamically. Other times, there is no data for the dygraph and I just have the entire graph go blank. I do that by passing NULL to renderDygraph().

So, when I go from the "dygraph with range selector" state to the "no dygraph" state, the little selector bars for the range selector - they stick around. You can see in the image below. Here I actually have a group of two synched dygraphs, not sure if that has anything to do with it: orphaned_range_selector

Its mostly a cosmetic thing. Thought I'd let you know.

apoliakov avatar Jun 27 '17 23:06 apoliakov

Thanks, @apoliakov! Could you please provide a Minimal Working Example (https://www.r-bloggers.com/writing-a-minimal-working-example-mwe-in-r/)?

przmv avatar Oct 25 '17 16:10 przmv