Hi Alex, AFAIK, the best way to simulate that would be using the "filtered event source" feature of Timeline. I no longer have publicly available code that illustrates this, but I based my coding on this excellent example: http://people.csail.mit.edu/dfhuynh/projects/timeline-exhibit/timeline-exhibit2.html
I recommend that you first get your Timeline working with just a single "band". Then, using the source code from the above example as reference, introduce the "constructFilteredEventSource" functionality. Each Timeline band will represent a single person's tasks. Needless to say, the more bands that you introduce, the heavier the drag on performance. HTH, -Mark On May 11, 9:35 pm, alex mitchell <[email protected]> wrote: > I'd like to create a timeline to represent tasks in a project, with each row > in the timeline representing a different person's tasks, assuming > non-overlapping start and end dates. To do this, I'm hoping to be able to > specify which row a given event appears on. For example, referring to the > "religions" > example:https://simile.mit.edu/timeline/examples/religions/religions.html > I'd like to be able to specify that, in the third band, "Samaria, Judea, > Idumea under Roman" and "Tiberius, Roman Emperor" appear in the same row. > > Does anyone have any suggestions either how to do this out-of-the-box, or > pointers as to where the code would need to be modified to add this? > > thanks! > Alex > > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/simile-widgets?hl=en. -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
