

Website | Documentation | Storybook | Mastodon
[!NOTE]
Sigma v4 is now available as an alpha release. See v4.sigmajs.org for the website, or the v4 branch for the source code.
Sigma.js is an open-source JavaScript library aimed at visualizing graphs of thousands of nodes and edges using WebGL, mainly developed by @jacomyal and @Yomguithereal, and built on top of graphology.
How to use in your project
To integrate sigma into your project, follow these simple steps:
-
Installation: Add sigma and graphology to your project by running the following command:
npm install sigma graphology
-
Usage: Import sigma into your JavaScript or TypeScript file:
import Graph from "graphology";
import Sigma from "sigma";