-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Timeline axis labels disappearing #2251
Comments
Can you test whether the issue also occurs in the 'develop' branch? |
Yes, sorry I didn't mention, I was testing in develop branch. Now tested in master, the same result, the bug is there |
Ok, I think I found the commit that introduced this: a9ca766 (Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html)). |
Just a small note: console shows no errors/warnings when labels disappear |
@aytech Thanks for reporting this. In which browser does the problem occur? |
@mojoaxel Hi Alex, so far tested on Chrome 54.0.2840.87 / Firefox 45.3.0 / IE 11 (11.06.36) / MS Edge |
Not sure this helps since it was mentioned in #1393, but this problem is related to the daylight saving time, when there should be more or less than 24 hours. |
Hi,
This might be a duplicate of #1393, but I can still reproduce the issue (v. 4.16.1). I've created a bin here.
You have to do a bit of fiddling to reproduce the issue:
At some point all the minor labels disappear.
This is also reproducible in the current examples page, e.g. on http://visjs.org/examples/timeline/other/localization.html. If you grab the far left of the axis and drag to the right as far as it will go, at some point the minor labels will disappear
Couple of screenshots:

Initial state:
Same screen, no minor labels:

Update: I was not able to reproduce the issue in my fork, but after fetching from upstream the issue has appeared. So, probably a regression
The text was updated successfully, but these errors were encountered: