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 triggered and set pop up's left, top positions to those x, y position.
Can we get x, y mouse positions on mouse click/mouse over event on the node of the drag node chart?
Thanks,
Rama Rao