You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a function trigger by (dblclick) on the ngx-graph. If I double click on the graph, a modal appears just like the way I want. This modal display information the user need to fill to create a future node. My problem is that when I save, I want to add the node on the graph at the position where the user double clicked on it.
Is there a way to get the position where the double click was performed ? I tried to deduce it from the graph or from the event but that was unsuccessful....
Thanks !
The text was updated successfully, but these errors were encountered:
Hello,
I'm using a function trigger by (dblclick) on the ngx-graph. If I double click on the graph, a modal appears just like the way I want. This modal display information the user need to fill to create a future node. My problem is that when I save, I want to add the node on the graph at the position where the user double clicked on it.
Is there a way to get the position where the double click was performed ? I tried to deduce it from the graph or from the event but that was unsuccessful....
Thanks !
The text was updated successfully, but these errors were encountered: