almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

ToolTip Ballons & Hyperlinks for Nodes :Feature-Request #2657

Open TheBigApple opened 7 years ago

TheBigApple commented 7 years ago

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

wwwjun commented 7 years ago

+1

wwwjun commented 7 years ago

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.

wwwjun commented 7 years ago

image