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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
