-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Plot Graph2D and Timeline in the same container #1757
Comments
That's not yet supported though this ability has been on our wishlist for a long time. |
@josdejong thank you for your answer. In this case I would like to make it. Is it worth for me to create it or better to wait when you will finish? May you give me some advises how and where to start? |
We have no concrete plans to implement it ourselves on short term. You can start in https://github.com/almende/vis/tree/master/lib/timeline. There are two classes: Timeline.js and Graph2d.js, both share the same base class Core.js. I think the best approach will be to copy either Timeline.js or Graph2d.js, and start from there with this combined visualization. I'm afraid it will not be a trivial task. |
@josdejong thank you. |
@Arik100 @josdejong any progress about it? |
@weisebrazil no sorry. See #1781. |
@Arik100 Is this feature still relevant? |
@yotamberk I'm also interested in this feature. We should keep it open as Feature-Request. |
@mojoaxel No problem. Leaving it open |
Hello.
According of this issue it’s possible, to make such
Graph2d&Timeline, but I have no imagination how to make it work.
I tried different combination of groups/items for graph and timeline and it doesn’t help. May you show a simple example how to implement it? Here is my trying - jsfiddle
Thank you in advance.
The text was updated successfully, but these errors were encountered: