dygraphs icon indicating copy to clipboard operation
dygraphs copied to clipboard

R interface to dygraphs

Results 103 dygraphs issues
Sort by recently updated
recently updated
newest added

I have a dataframe that contains rows for 'Date,Prod1,Prod2,Prod3...' and i can plot the line charts via: ``` df%>% dygraph() ``` The plot displays lines as per the columns in...

I love dygraphs due to its simplicity for use in R shiny. But it seems this package is not actively supported. Could one of the repo owners please like to...

I am experiencing strange behaviour when launching a shiny application which has two dyGraphs. The data displayed on the legend does not appear on mouse hover over. My limited JS...

(WIP) This pull attempts to 1. Upgrade to dygraphs [`2.1.0`](http://dygraphs.com/versions.html) 2. Add y-axis zoom sync and highlight/tooltip sync ### Issues I'd very much appreciate help with this one if anyone...

WIP

Is it possible to align the text in the legend such that the series names are aligned to the left and the values are aligned to the right? For example:...

Here is an overview of the problem and a reproducible example. Thanks! https://stackoverflow.com/questions/76781515/increasing-the-thickness-of-a-horizontal-line-and-bringing-the-horizontal-line-t

I saw this [Stack Overflow question](https://stackoverflow.com/questions/57377375/how-can-i-see-line-dylimit-over-graph-dygraph-in-r) and thought that it might make sense for the dyLimit to be brought to the front and not hidden behind the other elements of...

[Here](https://stackoverflow.com/questions/76707852/the-dygraphsdygroups-and-dygraphsdyseries-functions-in-r-dont-plot) is my Stack Exchange post for reference. Thanks!

This is just an enhancement/feature request to implement existing JavaScript `visibility` option: From http://dygraphs.com/tests/visibility.html : ``` new Dygraph( document.getElementById("div_g"), NoisyDataABC, { rollPeriod: 7, errorBars: true, visibility: [false, true, true] }...

Hi, there is an issue around stacked graphs when you have positive and negative values. It seems like the stack is constructed as a simple sum of all the different...