Hi everybody,
I use very short events with, that occur during a few minutes or seconds.
Can I represent just an hour of those events with timeline ?
In timeline.html, I adjusted intervalUnit to Timeline.DateTime.DAY. And
adjust the limeline_start and _stop variables to
theme1.timeline_start = new Date(Date.UTC(2010, 3, 12));
theme1.timeline_stop = new Date(Date.UTC(2010, 3, 12));
Because tests events have occurred at this date. And I define d like that :
var d = Timeline.DateTime.parseGregorianDateTime("2010")
However, dates shown are from the 12/26/2009 to 01/07/2010, because timeline
is centered at January 1st. How can I change that ?
Thanks,
Thibaud.
--
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.