I am implementing your timeline... absolutely beautiful functionality ... and have run into a few hurdles, most likely my lack of understanding precisely how to configure things. In fact, this component works so well I am convinced the problem is mine, so I'm asking for guidance (and have already checked the doc and examples).
1. I would like to either right or left align boxes to their date points (vertical line to date bar). It defaults to "center" but I can't make it go left or right. Here is what I tried in the options settings:
'layout': 'box',
'box.align': 'left',
I've also seen (and tried) using the name "style" instead of layout but that doesn't seem to matter. What is the exact name to use?
Also, the "box.align" doesn't seem right... is it?
(I even went into the js source code and FORCED it to left/right with no change in output... so I am undoubtedly doing something wrong OR have a conflict with other things I'm doing on the page.)
2. In one data record, I tried adding this option to the start/end/content fields there:
'className': 'adblock'
Have defined the class but do not see where it is added to the element nor reflected in the style change. I have no groups or anything (yet).
3. Aside from identifying it myself and adding the class through programming (using #2), is there an easier way to highlight or focus on the most recent data box?
4. When I set the timeline to start at the current time, it does so (I have it with the vertical marker)... but it is aligned to the left of the visible area. Is there a way to align it to the right side instead? or center?
Sorry for so many questions, just excited about getting this done and showing it off!
Thanks!