> encountered is that when I use the opposing team's name more than
> once, it jacks with the json results. For example, if the Cowboys play
> the Giants multiple times, the duplicate records get dropped. Is there
> a way around that?

The simplest option, and probably the best, is to add an id field to
your events, and make that a unique number. So:

"items" :      [
                {
                        "homeAway" : "Home",
                        "start" :    "2008-11-27",
                        "oppScore" : 9,
                        "date" :     "11/27/2008",
                        "opponent" : "Seattle Seahawks",
                        "coach" :    "Wade Phillips",
                        "id" :     "1",
                        "label" :    "11/27/2008 - Seattle Seahawks",
                        ...  (next item has id 2 etc.)


> 1. Use duplicate labels?

Use an id, then you can use duplicate labels.

> 2. Use a different field as the display on the timeline instead of the
> default "label" field?

Yes. In this case your labels can be unique, and you can use a "lens"
to display what to show on a timeline. Or I may be mistaken, and a
lens only applies to what is shown in the popup -- I am new to TL
myself.

> 3. Widen out the timeline so if I have to use the "date - team"
> approach the text fields won't get all bunched up?

This is just a matter of specifying the pixels-to-event ratio. If
you'd like some more help with that just ask.

> 4. Is there a way to force all the entries to line up vertically
> instead of Exhibit trying to stack them at the top?
>

Not sure what you mean by this. They should stack up vertically by
date-time, that is if A and B happened at the same time, they should
be vertically stacked.
See 
http://www.simile-widgets.org/timeline/examples/test_example2/test_example2.html
for an example.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to