Not able to use selectable for SVG Element
Hi,
I'm trying to use selectable plug-in for my d3.js chart on svg. It is working fine on normal DOM element but I don't know why it is not working on the svg elements like text. Here is the fiddle
http://jsfiddle.net/mantrig/5b5698dr/
What I'm missing in it?