Closed GoogleCodeExporter closed 9 years ago
i'm having the same issue, wherever i put "showEventText: false" it never hides
the
titles.
recently downloaded version, os: ubuntu linux, browser: firefox
thanks
Original comment by francisc...@gmail.com
on 28 Nov 2008 at 7:09
Going through the code, it looks like none of the event painters are actually
using
the params.showText setting. So while
timeline.getBand(0).getEventPainter()._params.showText is correctly set to
false,
none of the current set of event painters are using this value :(.
Original comment by nick.rab...@gmail.com
on 24 Feb 2009 at 12:25
The root cause for this issue is incorrect documentation (since corrected). In
ver 1
of Timeline, the parameter showEventText was used to change a regular Timeline
band
into an "overview" band with no event titles.
For version 2 and later, the way to get an overview band is to add the parameter
overview: true to the arguments for Timeline.createBandInfo
See Step 6 on page
http://code.google.com/p/simile-widgets/wiki/Timeline_GettingStarted
This is the page that was wrong.
Documentation is an on-going effort. Thank you for your understanding and
patience.
Original comment by larryklu...@gmail.com
on 24 Feb 2009 at 3:26
The documentation here:
http://simile.mit.edu/timeline/docs/create-timelines.html
Still recommends using the showEventText boolean.
Original comment by gunnar.h...@gmail.com
on 7 Jul 2012 at 9:28
Original issue reported on code.google.com by
lisa.katharina@googlemail.com
on 9 Nov 2008 at 8:35