dygraphs
dygraphs copied to clipboard
Interactive visualizations of time series using JavaScript and the HTML canvas tag
**What was expected:** `g.updateOptions({ interactionModel: ... })` changes `g`'s interaction model. **What happened:** Interaction model stays unchanged. A comment in [`dygraph-interaction-model.js:625-633`](https://github.com/danvk/dygraphs/blob/6d28d02b257402b8b1eba943b1d0d3ad6b008a2b/src/dygraph-interaction-model.js#L625-L633) suggests that using `g.updateOptions()` to change the current `interactionModel`...
Hi, Thanks for any help to solve the following issue I asked in my stakeoverfolw. https://stackoverflow.com/questions/71998804/r-dygraph-plot-not-correctly-displayed-in-right-to-left-shiny-app Thanks again Mahdi
Dygraphs automatically detects if a CSV is the data source by means of checking the file name for a line break. If a line break isn't present, then it decides...
In the [demo for chart responsiveness](http://dygraphs.com/tests/resize.html), when you resize the window the chart legend is no longer drawn in chart bounds (overflows on the x axis). OSX, Chrome 58
I ask for the solvation of my problem to always show y2 axis. _Here is the article at stackoverflow without a result._ https://stackoverflow.com/questions/71143168/dygraph-y2-axis-was-never-shown If I need different data series filled...
Filing a bug report? Please include the following: 1. Link to a page which demonstrates the problem, preferably a jsfiddle (use http://dygraphs.com/fiddle as a template) 2. Browser and Operating System...
Hi. I saw there is an `axisLabelFormatter` option [here](https://dygraphs.com/options.html#axisLabelFormatter) to format the tick values that appear along an axis. It works just fine, however, I am wondering if there is...
This is done by checking the current highlighted series.
This adds the `row` index to the structure passed to the `legendFormatter`. Having the index enables quick indexing of external, unplotted auxiliary data for a point.
I import dygraphs in React application with: `import Dygraph from 'dygraphs';` Trying to import SuperAnnotations extra plugin with: `import SuperAnnotations from 'dygraphs/src/extra/super-annotations';` But webpack complains with this error: `ReferenceError: Dygraph...