Hi,
I am using a drag node chart. I just want to open a pop up (designed by html) when user clicks on a node. I could do that by triggering
javascript event. But I want to open that pop up at the position of a source node. Meaning, I must able to get the mouse x, y positions where the event is t...