kibi_timeline_vis
kibi_timeline_vis copied to clipboard
Those data with time interval larger than days will not be displayed
From the two pictures, the data with data range between October 5th and October 8th was not displayed. And I have verified that the data between October 4th and October 5th was correct.
From the two pictures above, all those seven data will be displayed when set (use_time.hours:>10).
But if I changed the filter to (use_time.hours:>0), some data of the seven will be lost.
If I set the filter to (use_time.hours:>10 OR use_time.hours:>0), data back to normal.
Is that a bug?
Is it caused by the overlap between the data ranges?
it seems to be due to the scaling of the bubble.
To correct this problem, we could use the range overflow feature of the library http://visjs.org/examples/timeline/items/rangeOverflowItem.html