Rob Brenart (TT) wrote: > > Is there a way to define which band an entry shows up in? > > My goal is to map several competing actions on one timeline, and I’d > like to put all of actor A’s events on band 1, actor B’s events on > band 2 and so on. > See this example: http://people.csail.mit.edu/dfhuynh/projects/timeline-exhibit/timeline-exhibit2.html Note that it uses Timeline within Exhibit, which is a little more complicated than what you're asking for, but you should be able to extract out the idea. The code to steal is in this file http://people.csail.mit.edu/dfhuynh/projects/timeline-exhibit/filtered-sources.js which defines a filtered event source class that's capable of filtering events in another event source.
By the way, I'd recommend looking into using Exhibit instead of just Timeline. David _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
