0.8.12 • Published 3 years ago

cytoscape-angular v0.8.12

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

Cytoscape Angular

cytoscape-angular is an Angular 12+ component for Cytoscape graphs. The intent is to provide an Angular component that fully covers the Cytoscape API via cytoscape.js, it's getting close to full coverage.

Other components in the library let users customize a cytoscape graph - toolbar and forms have editors for all the properties of the graph including layout parameters and styles that can enhance a cytoscape graph on the fly. (Saving the changes are not implemented but should be pretty easy.)

In addition to all the layouts that come with cytoscape.js, cytoscape-angular also adds the dagre layout for directed graphs is included. Other generic layouts will be supported in a future release.

Usage

For a full demo see the example-project in this repo. To get your own Angular project running with cytoscape-angular:

  • Copy example-project to a new directory npm install npm serve

Brought to you by Michael Bushe from Mindful Software and Kaavio .

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building cd dist/cytoscape-angular Remove the "pre-publish" lines in dist/cytoscape-angular/package.json TODO: automate Run npm publish.

Running unit tests

Run ng test cytoscape-angular to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

0.8.12

3 years ago

0.8.11

3 years ago

0.8.9

3 years ago

0.8.8

3 years ago

0.8.5

3 years ago

0.8.4

3 years ago

0.8.10

3 years ago

0.8.7

3 years ago

0.8.6

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago