I have found vis.js extremely useful but now need to add custom 'symbols' (up indicator, down indicator, etc) to the edges (start / end) of a range element used in a timeline.
I can add separate elements to precede / succeed other elements but this involves quite a bit more effort and stacking is affected etc. Or... I can place html text / symbols inside a table with css forcing it to the start / end of the element but this does not seem to display correctly always.
What would be the suggested approach to resolve this?