ToolTip Ballons & Hyperlinks for Nodes
(Use this as the basis Example: vis-4.18.0/examples/network/nodeStyles/groups.html )
Please add these functions:
Tool-Tip Balloon Feature:
When the 'Node-Hub' is highlighted (been clicked), then on Hover a Tool-Tip Balloon description pops up for the Hub descriptions (Macro description of the Cluster).
When the 'Edge-Nodes' is highlighted (been clicked), then on Hover a Tool-Tip Balloon description pops up for the Node.
Hyperlink Feature: On Edge-Nodes and Node-Hubs a Double-Click event on the Node opens an "External" or "Internal" page or "Layer" (Photos, , Gallery, Form, etc...).
I see there is a div hidden when When the mouse leaves a node or a edge, maybe the timing of the div hidden should be better, and we can custom the content of div.
ToolTip Ballons & Hyperlinks for Nodes (Use this as the basis Example: vis-4.18.0/examples/network/nodeStyles/groups.html )
Please add these functions:
Tool-Tip Balloon Feature: When the 'Node-Hub' is highlighted (been clicked), then on Hover a Tool-Tip Balloon description pops up for the Hub descriptions (Macro description of the Cluster).
When the 'Edge-Nodes' is highlighted (been clicked), then on Hover a Tool-Tip Balloon description pops up for the Node.
[Summary: Tool-Tip Balloons are active AFTER the Node/Hub has been activated] This example is close: https://github.com/almende/vis/issues/2579
Hyperlink Feature: On Edge-Nodes and Node-Hubs a Double-Click event on the Node opens an "External" or "Internal" page or "Layer" (Photos, , Gallery, Form, etc...).
Thnx U