Thanks Rob (and David in another email). I ended up adding a 'track' variable to the schema and using that if it was set for a given object, which worked pretty well. I'm using this to visualize non-date data, so I've been using years as my base unit. I've noticed that things are fairly slow when scrolling. Any suggestions?
________________________________ From: [EMAIL PROTECTED] on behalf of Rob Brenart (TT) Sent: Tue 15/01/2008 08:02 To: General List Subject: RE: Flatten Timeline results into a single line Quick and easy all you need to do is find this line of code in bundle.js var streamOffset=(trackOffset+ p._layout.getTrack(evt)*(trackHeight+trackGap)); And replace p._layout.getTrack(evt) with a constant or remove it. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benn Bollay Sent: Friday, January 11, 2008 5:39 PM To: [email protected] Subject: Flatten Timeline results into a single line Hello all - I'd like to flatten all the events in my timeline datasource to a single row, instead of the auto-stepped form it is right now. (I'll be replacing most of the text with evocative icons, so it'll still be fairly clean). What would the simplest way of going about that be? I've tried fiddling with the trackGap and such out of SVN, but I can't seem to get those parameters to do anything, even on the supplied examples. Simple, quick, and easy; doesn't have to be a production grade patch or anything. Cheers, --B
<<winmail.dat>>
_______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
