I am using sigmajs with some linkurious plugin for my graph. I implemented a tooltip and its working but the position seems off place. I have the position set to "left" for the tooltip but it still doesn't change. I've tried all other positions as well.
node: [{
show: 'clickNode',
hide: 'clickStage',
//cssClass: 'sigma-tooltip',
position: 'left',
...