bubbletree icon indicating copy to clipboard operation
bubbletree copied to clipboard

New feature: bubbleCreatedCallback

Open dmarzo opened this issue 12 years ago • 0 comments

Add to config a function callbak that's called when a bubble is created

me.createBubble = function(node, origin, rad, angle, color) { ....

  • if ($.isFunction(me.config.bubbleCreatedCallback)) {me.config.bubbleCreatedCallback(bubble);} return bubble; }

I use to set custom shortLabel

dmarzo avatar Apr 24 '12 15:04 dmarzo