npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

linkurious

v1.5.2

Published

A Javascript toolkit to speed up the development of graph visualization and interaction applications.

Downloads

372

Readme

Codeship Status for Linkurious/linkurious.js Join the chat at https://gitter.im/Linkurious/linkurious.js

linkurious.js

A JavaScript library to visualize and interact with graphs.

Linkurious.js is an active fork of Sigma.js. It's dual-licensed under both GPLv3 and a commercial license for proprietary projects.

The library is used by Linkurious SAS as the main building block for the Linkurious product.


glyphs-icons edge-shapes filters forceatlas glyphs halo hover-edge designer drag layout-arctic level-of-details-edges-labels node-icons pie-charts self-loop tooltips


Getting started

For prototyping, you can directly use rawgit:

<script src="https://rawgit.com/Linkurious/linkurious.js/develop/dist/sigma.min.js"></script>

And look at the examples.

Getting help

The easiest way is to file an issue. You can also ask on StackOverflow if you want more general help with JavaScript and gitter if you want to chat with us.

Building the library

git clone [email protected]:Linkurious/linkurious.js.git

You can try the examples in the examples/ directory to see how to use sigma.

To build the code:

  • git clone [email protected]:Linkurious/linkurious.js.git
  • Install Node.js.
  • Install gjslint.
  • Use npm install to install dev dependencies.
  • Use npm run build make the minified files (sigma.min.js, plugins) under the build/ folder.

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

You can get the latest release directly from the dist/ without having to build it yourself.

Why linkurious.js?

At Linkurious SAS we are big fans of Sigma.js. We use it extensively in our applications because it is an efficient graph viewer, but application developers like us need more high level and integration-ready features to create smart graph applications. We have thus developed more than 20 plugins and improved the core of Sigma with enhanced interaction features.

We define our mission as follows:

  1. To work on core fixes and core improvements in collaboration with the Sigma.js team.
  2. To develop integration-ready features such as filters, tooltips, or Excel exporter.
  3. To provide professional support for developers to succeed in their projects.

Benefits

You should consider linkurious.js as your primary toolkit for building graph-based applications on the Web if you need:

  • to ship your solution quickly;
  • to focus on the core value of your application;
  • to display large graphs (i.e. larger than 2000 nodes and 5000 edges);
  • to interact with the graph visualization;
  • development support.

Browser Support

All modern web browsers are supported, including:

  • Internet Explorer 10+
  • Chrome 23+ and Chromium
  • Firefox 15+
  • Safari 6+

Touch events on tablet and mobile are currently supported as beta features.

Performance

See our performance guide to learn more.

External Dependencies

Linkurious.js comes with no external dependency, making it compatible with any Javascript framework and library. We integrate it with Angular.js in a Linkurious product.

A few plugins may require external dependencies. Please check their README files.

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.

See How to fix bugs and to How to develop plugins.

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).

License

The linkurious.js toolkit is dual-licensed, available under both commercial and open-source licenses. The open-source license is the GNU General Public License v.3 ("GPL"). In addition to GPL, the Linkurious.js toolkit is available under commercial license terms from Linkurious SAS.

GPL has been chosen as the open-source license for linkurious.js, because it provides the following four degrees of freedom:

  1. The freedom to run the program for any purpose.
  2. The freedom to study how the program works and adapt it to specific needs.
  3. The freedom to redistribute copies so you can help your neighbor.
  4. The freedom to improve the program and release your improvements to the public, so that the whole community benefits.

These four degrees of freedom are very important for the success of linkurious.js, and it is important that all users of linkurious.js under GPL adhere to these and fully meet all the requirements set by the GPL. It is recommended that a thorough legal analysis is conducted when choosing to use the GPL or other open-source licenses. If your application restricts any of these freedoms, such as commercial or closed-source applications, then the GPL license is not suited and you must contact us to buy a commercial license at [email protected].