Michael,
You need to set the label's width in the theme, e.g.,
var theme = Timeline.ClassicTheme.create();
theme.event.label.width = 250; // px
Look at the HTML source code of the JFK example to see how "theme" is used.
David
Michael Wechner wrote:
> Hi
>
> It seems like the title length is being set within
>
> src/contributions/resources/timeline/htdocs/bundle.js
>
> resp. grep for dull-blue-circle and then grep for label (width=200)
>
> I have the problem that my titles are often much longer and there will
> be an "ugly" line-break.
>
> I would actually be able provide a shorter title, but from the XML POV
> there is only one title
>
> <event title="...">
>
> which will also be used inside a bubble where the long title won't be a
> problem.
>
> Is there any alternative or how are others doing this?
>
> I have seen on the JFK sample http://simile.mit.edu that a smaller
> font-size is being used, but unfortunately I haven't figured out where
> this size could be set. Any pointers are very much appreciated.
>
> Thanks
>
> Michael
>
>
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general