Cytoscape.js An open-source JavaScript graph theory library for analysis and visualisation (compatible with CommonJS/Node.js, AMD/Require.js, Bower, npm, jQuery {{jqueryVersion}}+, and plain JavaScript){{version}}

An open-source JavaScript graph theory library for analysis and visualisation (compatible with CommonJS/Node.js, AMD/Require.js, jQuery {{jqueryVersion}}+, Bower, npm, and plain JavaScript)
View on GitHub Download

This is how easy it is to get started with Cytoscape.js (this code creates the instance you see on the bottom-right:

{{#each sections}}

{{name}} {{{bookmark}}}

{{#if html}} {{{html}}} {{/if}} {{#each sections}} {{#if fromMd}} {{else}}

{{name}} {{{bookmark}}}

{{#if html}} {{{html}}} {{/if}} {{#each fns}}
{{name}}() {{#if aliases}}et al{{/if}} {{{bookmark}}}
{{{descr}}}
{{#if formats}}
{{#each formats}}
{{#if args}}
{{name}}( {{#each args}}{{#if optional}} [{{/if}}, {{name}}{{#if optional}}]{{/if}}{{/each}} )
{{else}}
{{name}}()
{{/if}}
{{{descr}}}
    {{#each args}}
  • {{name}} {{{descr}}} {{#if fields}}
      {{#each fields}}
    • {{name}} {{{descr}}}
    • {{/each}}
    {{/if}}
  • {{/each}}
{{/each}}
{{/if}}
{{#if html}} {{{html}}} {{/if}}
{{/each}} {{/if}} {{/each}} {{/each}}