Hi,
I am in evaluation process of Power Charts, currently I am on Drag Node and following are my queries;
1. How to retain the positions of nodes while I update the the dataset in JavaScript at runtime by updating.
Eg.
a) Drag Node chart is rendered
Using mouse nodes are dragged here and there.
c) On click of a node update the data set to add/delete the nodes
Problem is that position of the nodes resets after step C, means effects of user's manual actions on chart disappear.
2. When I add a node with duplicate id a new node is generated, is there any way that only one node is added with same node Id.
3. How to add my own items to context menu and call JavaScript function from that?
OR
Can we disable context menu and implement the JavaScript function on right click of node. But in this case I should be able to Control (print, drag mode and link mode) by JavaScript.
Looking for suggestions. Solution to these issues will decide if we can use this library.
Thanks,
A. Khalik