Took a look. The first thing I did was to modify your JSON a bit to get rid of some parsing errors. (using chrome to examine your exhibit). The only thing I did to the JSON was to change "services":[null], to "services":["null"]. The values in the array have to be quoted. That got rid of some of the errors.
I wonder if the following link might give you a hint at what is going on regarding that 'DAY' property? http://simile-widgets.org/wiki/How_to_create_own_date_ranges Best of luck, hope something there is helpful... On Friday, May 23, 2014 2:18:32 PM UTC-5, Micah Cooper wrote: > > I'm attempting to create an exhibit with timeline similar to the Exhibit 3 > Nobelist example. Everything is working great to my json file, but I'm > having difficulty customizing and adding bands. The examples for > customization, specifically setting up highlights, seem to be based on > Exhibit 2, so I don't know what I'm doing wrong vs no longer applicable in > Ex3. > > I'm attempting to use the example in > http://simile.mit.edu/wiki/Controlling_A_Timeline_Within_An_Exhibit > (switching to DAY) and I get an error: > Cannot read property 'DAY' of undefined > > You can view it at > http://www.users.miamioh.edu/coopermj/incidents/incidents.html. When I > drop the function out of the page, the error does not occur, but another > timeline with similar code on Exhibit 2 works. > > Any suggestions? > > Thanks > -Micah > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/d/optout.
