n-gist
n-gist
Also filtered when the found point is out of graph view. This should be done for crosshair plugin too, I'll open separate pr for it
> I’ll look at them eventually Sure, take your time. Please check https://github.com/danvk/dygraphs/pull/1037 for possible reopening. Get better!
When searching for closest point on synced graphs, x axis values are compared. Fine for default graphs, but for those which are in `stepPlot` mode, left point should be selected,...
Adding small fix for stepPlot mode graphs. If synchronizing graph has exact x axis value, return it, even if it is ending point of a step period
I also have added a size change check before updating it to remove possible unnecessary layout updates and to remove a bit of a garbage on mouse movements
The most problematic part is hairlines plugin. I actually started rewriting js inside `tests/hairlines.html`, but after some time noticed that there is more in `src/extras/hairlines.js` and `src/extras/super-annotations.js`, so I decided...
Made error overlay still shown on clicking `View Problem` from hover widget, by adding `forceShowOverlay` parameter to `showAtMarker` method Hid the hotkey hint in brackets on `View Problem (Alt +...
I looked at how it was done in other places and added a disposable callback for settings updates. Now it looks correct to me
@sandy081 check please, it looks complete to me, but maybe I should change it or do it other way? Regarding of adding `forceShowOverlay` to `showAtMarker` - actually this may be...
@jrieken sorry, I don't know who to ping for, but probably it is your area? Seems like @sandy081 is busy