Hi, I've messed about with the timeline myself and noticed some problems if you have a dynamic source of data. Sometimes you don't know how many items may stack up vertically or you may have a large number of items at the marked at the same time. When this happens it'd be nice to possibly scroll up/down (on a horizontal timeline) and highlight the fact that some events have stacked up outside the current view.
Dai Bach
timeline front page not loading events
It appears that there is a bug on the timeline front page. Events do not load as a consequence. Unless I am mistaken, the problem is that this page is doing this
tl.loadXML("examples/jfk/jfk.xml", function(xml, url) { eventSource.loadXML(xml, url); });
and it should do this instead
Timeline.loadXML("examples/jfk/jfk.xml", function(xml, url) { eventSource.loadXML(xml, url); });

