Skip to content
Search
K
Main Navigation
API
Docs
Getting started
Tutorials
Integrations
- React
- Vue
- Angular
- Databases
Plugins
Boilerplates
Design kit
AI agent support
Examples
Playground
Download
Contact us
Blog
6.0.9
Other versions →
Changelog
Migration Guides
Version support policy
Vulnerability reporting
Linkurious website
Appearance
Menu
Return to top
Examples
Tags
analysis
Examples tagged
Analysis
Search 240+ examples
Use case
▾
Type
▾
Integration
▾
Feature
▾
Count nodes and edges
Get the total count of nodes and edges in a graph
Halo masking
Fade out non-adjacent edges when hovering a node
Data Lineage
Trace which datasets produced a given report in a pipeline
Minimum Spanning Tree
Highlight the minimum spanning tree of a graph (efficient way to link nodes)
BFS and DFS graph traversals
Traverse a graph using breadth-first or depth-first search
Betweenness
Color and scale nodes by their betweenness centrality score
Other centrality measures
Compare degree, closeness, betweenness, and PageRank measures
Community detection
new
This example demonstrates the Leiden community detection algorithm — an improvement over the Louvain algorithm that guarantees well-connected communities. A…
Neighborhood highlight
Hover a node to highlight its direct and second-degree neighbors