2.0.1 • Published 7 years ago

cy-viewer v2.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

CyNetworkViewerComponent

A React component for network data visualization

What's this?

This is a pure react component for visualizing graph data sets.

How to use

Check /example directory for sample application.

Used Frameworks

Dependency

  • React
  • Immutable

Development Tools

  • Webpack
  • Babel (es6,jsx supported!)
  • ESLint
  • Jest
  • Travis

Commands

npm run build - Build the component into /build
npm run clean - Remove anything in /build
npm run lint - Run eslint, will not cause npm to exit with an error
npm run test - Run eslint followed by jest, may cause npm to exit with an error (for travis)
npm run coverage - Run jest's coverage tool