It's beyond my JS understanding, though looking through the non-bundled version of Timeline, it looks like ethers.js is where the times translate to timeline positions/sizes. So you probably need to define an alternate scale systems and then to link that to the ethers process. How, I've sadly no idea.
Mark On Monday, August 5, 2013 4:24:11 PM UTC+1, Mike Conner wrote: > > This was easy enough to implement - thanks for the help! Any ideas for > being able to display beyond the 4 digit limit? There are roughly 30,000 > lines. > > -mike > > On Wednesday, July 24, 2013 5:53:50 AM UTC-5, mwra wrote: >> >> Re http://substrate.burnham.org/protein/annotation/789/html >> <http://substrate.burnham.org/protein/annotation/789/html> >> >> FWIW, it seems this was a simpler alteration than it might seem. The >> 'event' use whole years - in the AD (CE) millennium as their start/end and >> the timeline plots millennia at the top and centuries below. As is common, >> the default event bubble content/styling has been modified. >> >> Thus I guess Mike could try the same, by mapping line numbers to years. >> IOW, line #1 is year 0001**, line #2450 is year 2450, etc. Note the >> standard needs for data syntax (IIRC years need to be 4 digits) and it >> should probably work with the novel's info. >> >> ** AD/CE year, as minus BC/BCE years get a default "BC" label suffix - >> though that could be customised in labellers.js >> >> HTH >> >> Mark >> > -- 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/groups/opt_out.
