>> Is there a way to configure the size of the event bubble that pops up when a >> user clicks on an event?
After: var theme = Timeline.ClassicTheme.create(); Then: theme.event.bubble.width = 800; theme.event.bubble.height = 0 There is something that takes care of itself if you just specify the width. I forget. Experiment. Thanks Jeff Roehl [email protected] (818) 912-7530 >________________________________ > From: Jeff Chapman <[email protected]> >To: [email protected] >Sent: Friday, February 8, 2013 4:28 PM >Subject: [Simile-Widgets] size of timeline event bubble > > >Is there a way to configure the size of the event bubble that pops up when a >user clicks on an event? > > >Thanks. > > -- >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?hl=en. >For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
