Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A JavaScript library dedicated to graph drawing

License

NotificationsYou must be signed in to change notification settings

juan-coding/sigma.js

 
 

Repository files navigation

Build Status

sigma.js - v1.2.0

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 theGithub Wiki.

Also, theplugins andexamples 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:

  • InstallNode.js.
  • Installgjslint.
  • Usenpm install to install sigma development dependencies.
  • Usenpm run build to minify the code withUglify. The minified filesigma.min.js will then be accessible in thebuild/ folder.

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

Contributing

You can contribute by submittingissues tickets and proposingpull requests. Make sure that tests and linting pass before submitting any pull request by running the commandgrunt.

The whole source code is validated by theGoogle Closure Linter andJSHint, and the comments are written inJSDoc (tags description is availablehere).

About

A JavaScript library dedicated to graph drawing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript98.9%
  • Other1.1%

[8]ページ先頭

©2009-2025 Movatter.jp