kibi_timeline_vis icon indicating copy to clipboard operation
kibi_timeline_vis copied to clipboard

Those data with time interval larger than days will not be displayed

Open tianchao-haohan opened this issue 8 years ago • 3 comments

image

image

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.

tianchao-haohan avatar Nov 14 '16 09:11 tianchao-haohan

image

image 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. image image image

If I set the filter to (use_time.hours:>10 OR use_time.hours:>0), data back to normal. Is that a bug? image Is it caused by the overlap between the data ranges?

tianchao-haohan avatar Nov 15 '16 07:11 tianchao-haohan

it seems to be due to the scaling of the bubble.

scampi avatar Nov 18 '16 12:11 scampi

To correct this problem, we could use the range overflow feature of the library http://visjs.org/examples/timeline/items/rangeOverflowItem.html

scampi avatar Dec 06 '16 16:12 scampi