//show only one tree level
levelsToShow: levelsToShow,
//parent box title heights
- titleHeight: 12,
+ titleHeight: 14,
//enable animations
animate: animate,
//box offsets
//use canvas text
Label: {
type: labelType,
- size: 9,
+ size: 10,
family: 'Tahoma, Verdana, Arial'
},
//enable specific canvas styles
console.log(data);
onComplete.onComplete(nodeId, data);
});
+ // XXX workaround jit bug where old tooltip is still shown till the
+ // mouse moves
+ jQuery("#_tooltip").fadeOut("fast");
},
//Add the name of the node in the corresponding label
//This method is called once, on label creation and only for DOM labels.