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.8
Other versions →
Changelog
Migration Guides
Version support policy
Vulnerability reporting
Linkurious website
Appearance
Menu
Return to top
Examples
Analysis
Analysis
Search 240+ examples
Use case
▾
Type
▾
Integration
▾
Feature
▾
Data-driven styles
Style nodes and edges automatically based on their data values
Shortest path
Find and highlight the shortest path between two nodes
Cycle detection
Detect and highlight all cycles in a graph
Weakly connected components
Color nodes by their connected component
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…