Hi Dave, all,
I have a visualization that has a nested id, therefore the elements are clickable. In this case it is a scatterplot but this doesn't actually matter.
I have been able to get the current id and depth - like this:
.draw(undefined, function(){console.log(viz.depth(),vizid())})
Any idea how to get any info about the clicked point that lead here?
Thanks,
Denes