This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Description
Hi,
Is it possible to update node properties dynamically on Selecting a node?
In my project i have a global view consisting of close to 700 nodes, when i click on a particular node i generate a local view of the selected node and its neighbors, as and when i click the neighbors, the local view changes.
My Issue:
- As and when i select a node from the local view, i want the selected node to reflect in the global view, basically change the selected nodes color, hence i want the properties changes dynamically (at any point the global and local view should point to the same node - colored node).
- As my global view has a huge data set, the nodes are really not visible. It has x and y coordinates and the nodes are hardly visible even if i zoom in, how can i fix that?
JSBin (only html):
http://jsbin.com/vonowa/1
My Github Code (includes php files and csv file of data):
https://github.com/Kritika688/Visualization_Project/tree/master/Version6
I hope I could convey my issue.
Thanks & Regards
Kritika