-
RaviApril 18, 2016 at 11:26 pm #6118
Hi Team,
As per checking this visualisation, This is really Awesome, We want to know few things if that can be doable then please let us know, How can we do that??
– If we are hover any child node then child node name and its values showing in tool-tip. And If we want to show child node name with its parent node name as well instead of showing only child node name..Then how can we show it ???
vizulyApril 19, 2016 at 4:04 am #6119Hello Ravi,
You could create your own custom data tip by modifying the onMouseOver() and createDataTip() functions at lines 200 and 175 respectively in the weightedtree_test.js file. Each “d” object being passed into the onMouseOver function also has a reference to it’s parent node (d.parent). You would want to modify the createDataTip() function to accept this parameter and display it in the html.
– Tom
RaviApril 19, 2016 at 8:41 pm #6123Hey,
We are already tried – but after this visualisation stop working, Can you help us to do this.
-
|
You must be logged in to reply to this topic.