Sometimes you need to manually specify a target to act on. For instance, maybe you want the tooltip to appear over a different element than the one that triggered a mouseover event. You can specify an explicit target by passing an SVGElement as the last argument.
Check working example here
tip.show(data, target)
The API for the above code is found here under Explicit targets