Hi Robert, Probably the easiest solution is as follows: 1. Change all instances of "label" in your data file to "id". 2. Change all instances of "type" in your data file to "label".
At that point, it should render as desired. -Mark On Jun 6, 1:48 pm, Robert Barron <[email protected]> wrote: > Hi, > > I've got a timeline where the event "title" is not unique, so I can't use it > as the key/label for the data. I use a running number as the label. > > The problem is then that the timeline shows me the number and not the name. > > I'm sure that there's some small thing that I'm missing... but I don't know > what. > > For example: > > items: [ > { label: "1", > type: "BigEvent" > > }, > { label: "2", > type: "SmallEvent" > }, > { label: "3", > type: "BigEvent" > } > > I'd like to see BigEvent twice and SmallEvent once on the timeline. What I'm > seeing is 1, 2 & 3. > > Thanks, > Robert Barron -- 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.
