andnorxor
andnorxor
In case two years later someone has still this question: You can do this with pure css. The crosshair plugin creates a canvas element add `z-index: 1;` and `pointer-events: none;`...
Solution 1: Split your data in different time series for each color and assign the colors as usual. This may blow up your underlying dataset, but is quite easy to...
Sry, I have no minimal example to share. I did this already, but there's too much code overhead (additional functionalities) to share it as an example. Maybe this will help...
This is a bug which happens due wrong download links and deprecated version fetching (regex) for `yt-dlp` in the function `getRemoteVersion`. https://github.com/jely2002/youtube-dl-gui/blob/29f63a51d4ee224dcde27a0a0fbc522cc5874b9d/modules/BinaryUpdater.js#L61 As a consequence this function will return always...
Related #401
IMO this should be fixed in Dygraph and not in the plugin, since it affects all plugins and all code that deals with Dygraph callbacks for the point past the...
Related: #401 #389
For a quick fix I've updated the Code as follows (changes are commented with "// modification of original source") The following changes ... - ... are only superficially tested and...