sigma.js

A JavaScript library dedicated to graph drawing

Github星跟踪图

Build Status

sigma.js - v1.2.1

Sigma is a JavaScript library dedicated to graph drawing, mainly developed by @jacomyal and @Yomguithereal.

Resources

The website provides a global overview of the project, and the documentation is available in the GitHub Wiki.

Also, the plugins and examples directories contain various use-cases that might help you understand how to use sigma.

How to use it

To use it, clone the repository:

git clone git@github.com:jacomyal/sigma.js.git

To build the code:

  • Install Node.js.
  • Install gjslint.
  • Use npm install to install sigma development dependencies.
  • Use npm run build to minify the code with Uglify. The minified file sigma.min.js will then be accessible in the build/ folder.

Also, you can customize the build by adding or removing files from the coreJsFiles array in Gruntfile.js before applying the grunt task.

Contributing

You can contribute by submitting issues tickets and proposing pull requests. Make sure that tests and linting pass before submitting any pull request by running the command grunt.

The whole source code is validated by the Google Closure Linter and JSHint, and the comments are written in JSDoc (tags description is available here).

主要指标

概览
名称与所有者jacomyal/sigma.js
主编程语言TypeScript
编程语言HTML (语言数: 8)
平台
许可证MIT License
所有者活动
创建于2012-03-11 15:17:40
推送于2025-05-27 13:18:41
最后一次提交
发布数164
最新版本名称sigma@3.0.2 (发布于 2025-05-27 15:15:14)
第一版名称v1.0.0 (发布于 )
用户参与
星数11.6k
关注者数278
派生数1.6k
提交数2.1k
已启用问题?
问题数1172
打开的问题数28
拉请求数143
打开的拉请求数3
关闭的拉请求数183
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?