-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Introduce a new item that has two start and two end times. #497
Comments
Guess that you're looking for something like this http://www.simile-widgets.org/wiki/Timeline_Event_Display#Timeline_Event_Display (which is part of the Simile Timeline widget). |
it is possible with current version too, i think. additionly, look at http://visjs.org/examples/timeline/30_subgroups.html and http://visjs.org/examples/timeline/31_background_areas_with_groups.html |
@knyazhe1 is right BUT you'll need to do manual stacking and use subgroups. It would be cool if there was a type as you describe it though. We can look into it. Regards, Alex |
The SIMILE-Timeline code is on Github at https://github.com/simile-widgets/timeline but it seems commits stopped on 2013-11-06 (it is BSD-licensed AFAIK, so adoption of ideas/docs/code should be possible... but I'm not a lawyer). |
I think we can implement this as a new item type, derived from the built in Easiest would be to take the regular |
@josdejong commented:
how to do it in the right way? without any original sources conflict. |
ok, it seems in the library there will be many changes and new features. other words, |
Suppose you use If you want to extend vis.js with this new |
Great Josdejong. Thanks very much for that. I will give it a go and let you know how it goes. |
Hi, Over the last year a lot of feature requests have been made. We have just introduced our new website which has a list of the requested features. We have placed this request on that list. The list can be found here: An explaination of the new system can be found here: I would like to stress that this does not mean we abandon this request. Discussion here will continue if needed on this feature but we will close it to keep our Github issue page more of a bug-todo list. Future feature requests will still be made here and then added to the website by us. Regards, Alex |
Reopening as Feature-Request issue (see #2114). |
@yotamberk created in #2519 a new example expectedVsActualTimesItems to demonstrate something like this. |
I have been using Timeline to map out future projects and events. Unfortunately we are not one hundred percent sure when these events will start or finish. When mapping out the timelines manually (using design software) we indicate an earliest start and a latest end. It would be great if Timeline offered this flexibility. I have mocked up an example.
The text was updated successfully, but these errors were encountered: