All,
I'm learning Exhibit3 (scripted) by porting one of my v2 examples. For a long time I kept getting a TypeError saying "could not parse" my json data.
It took me a long time to figure out that this error was bogus. The real problem was that E3 was choking on my timeline configuration. In my v2 example I had a script tag with
var timelineConfig = { bunch of timeline code }
in it, and in the timeline view definition I had this attribute:
ex:configuration="timelineConfig"
Can anyone point me at the Exhibit3 way to configure my timeline?
thanks,
Jon