Cosmograph 1.3 #3
rokotyan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cosmograph 1.3 brings a number of UX improvements to the online app and to the library.
What's new in Cosmograph App
ℹ️ Node details data table
If a node is selected and has metadata, it will be displayed under the Info tab.
👆Clickable labels
Clicking on a node label now selects the node.
🔍 View full node labels
Now you can view the full label of a node by hovering over it.
🎨 Click on a legend to select the related nodes
The bullet legend items became interactive — clicking an item selects all nodes having that value.
What's new in Cosmograph Library
Automatic data type detection (embedding vs graph)
Cosmograph will now detect if a graph only contains nodes without links. In this case, it will automatically disable the simulation, since running a force simulation would have no effect without links between nodes. This automatic behavior can be overridden if needed.
Clickable node labels
We've added a configurable callback function that is called when a node label is clicked:
onLabelClick(node: N, event: MouseEvent)
The node data for this label will be passed as the first argument, and the corresponding mouse event as the second argument.
🪐 https://cosmograph.app
Beta Was this translation helpful? Give feedback.
All reactions