Hello! I’ve been using TW5 for a while now, loving it. My favorite plugins are Tiddlymap by /felixhayashi and the one I have a question about: Emkay’s vis.js Timeline.
My Timeline install works great. I’m just trying to have my events not be rendered stacked but rather all in a row (they won’t be overlapping because I’m using a sequence of events where each event starts when the last has ended.)
I believe I’m to achieve this by using the ‘config’ attribute:
<$visjstimeline (...) config="timelineConfig"/>
where ‘timelineConfig’ is the title of a tiddler I created, that has the JSON/application type, and has the text:
var options = {
stack: false
};
However it’s not working. The events I have entered appear stacked, even after redrawing the timeline. What am I doing wrong, oh wise ones?
win11, Firefox, TiddlyWiki version 5.2.3