|
Timeline_ThemeClass
Information and JSDoc
IntroductionThe theme controls the visual appearance of the timeline. The default theme is the ClassicTheme, which can be created with Timeline.getDefaultTheme(). The theme is set for each timeband separately by setting the theme parameter in Timeline.createBandInfo(params). Here's information on creating new themes. ClassicThemeOffers reasonable defaults and is used as a basis for most if not all timeline examples. firstDayOfWeekDefaults to 0, which stands for Sunday. etherControls the Ether for this theme. highlightColorThe color for the highlight, can be set to any value that is used in CSS, i.e. color names like "white", "red" as well as RGB values like "#6666cc" or "#66c". highlightOpacityThe opacity of the highlight, which is a value between 0 (not visible) to 100 (full opacity). intervalmouseWheelThe behavior of the mouse-wheel when over a band. Set to one of:
eventControls the appearance of events for this theme. track
overviewTrack
tapeinstantControls the appearance of instantaneous events. There are two type of such events, precise and imprecise events. Both types of events can be shown differently using the properties below:
durationlabelhighlightColorsbubbleThe bubble is shown when the user clicks on an event. The following parameters control the bubble:
|
How do you control the alignment of the image for an instantaneous event (blue-circle.png icon)?