-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Gray bars appear on mouse hover when "view by day" is selected #717
Comments
Can you tell me which browser you're using, and on which system? Thanks. |
Sure thing:
|
Reproduced in:
|
Thanks. Looks like something goes wrong for bar charts with "view by day" selected but just a few days in the date range, so you have very wide bars. It only breaks if you zoom; at zoom level 0 it's fine. I'm guessing your mac "zooms" automatically with its retina display(?) |
Macs don't zoom on their own. It looks like it may be likely that the mouseover implementation doesn't take into account the DPR that's initialized in charty when drawing the boxes for hovers: goatcounter/public/dashboard.js Line 583 in eb50526
|
Okay, should be fixed. Let me know if you're still having problems. |
Description: Gray bars appear on mouse hover when "view by day" is selected
See attached GIF for example of behaviour.
The text was updated successfully, but these errors were encountered: