You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a graph that was working fine before my chrome updated (and is still working fine in IE and FF). In chrome 59 the crosshair ghosting issue has returned. Does anyone know what in the chrome update broke this or have a fix for it?
The text was updated successfully, but these errors were encountered:
I fixed the issue in my deployment of flotr2.js by changing:
5316 octx.save();
5317 octx.strokeStyle = options.color;
5318 octx.lineWidth = 1;
5319 octx.beginPath();
I had a graph that was working fine before my chrome updated (and is still working fine in IE and FF). In chrome 59 the crosshair ghosting issue has returned. Does anyone know what in the chrome update broke this or have a fix for it?
The text was updated successfully, but these errors were encountered: