Have you looked at the mouse scroll wheel "Zoom" functionality? Dynamically creating hotzones is almost certainly possible but faced with the same problem I used zoom scrolling.
Have a look here for more info on this approach. http://code.google.com/p/simile-widgets/wiki/MouseWheelScrollingAndZooming On Fri, Jan 23, 2009 at 12:27 AM, Ralph <[email protected]> wrote: > > hi there, > > I am using exhibit and timeline to visualise user interactions with > software and would like > to adjust zones dynamically depending on the density of entries in the > interaction log. > > When I am selecting a user in my application the interaction log is > created and I am > recreating the database with the new user data set. > > window.database = Exhibit.Database.create(); > window.database.loadData(data); > window.exhibit = Exhibit.create(); > window.exhibit.configureFromDOM(); > > Is there a way to override the configuration of bands and zones > dynamically? > I am aware that configurefromDom is using the settings from the > timeline view > div which is probably not what I want.... > > I thought of defining a few thresholds (e.g. more than 3,10,20 entries > in an hour) > and to adjust zones automatically that magnify areas with many events > in case that seems necessary. Is there a way or API to do that? I > would like avoid reloading > of the entire page. > > > Thanks > Ralph > > > > > > > -- Scott Thomson 0401 726 889 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
