Cytoscape.js {{version}}
A JavaScript graph library for analysis and visualisation (compatible with CommonJS/Node.js, AMD/Require.js, jQuery {{jqueryVersion}}+, Bower, and plain JavaScript)
Live code examples |
Twitter |
File an issue |
Previous questions |
Ask a question |
Future version milestones
This is how easy it is to get started with Cytoscape.js (this code creates the instance you see on the bottom-right:
Less code...
{{demojs}}
{{#each sections}}
{{/each}}
{{/if}}
{{/each}}
{{/each}}
{{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}}
{{#if args}}
{{/each}}
{{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}}
{{/each}}
{{#if html}}
{{{html}}}
{{/if}}