Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 353 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 353 Bytes

CytoscapeActionbar

Description

Random layout for Cytoscape.js nodes

Dependencies

  • Cytoscape.js >= 2.6.11
  • jQuery >= 2.2.3

Installation

Require package using bower:

bower install iisg/cytoscape-random-preset-layout --save

Usage

Call the layout with

cy.layout(
    name: 'presetWithRandom'
)