Skip to content

Pure react component for graph data visualization

Notifications You must be signed in to change notification settings

CyComponent/CyViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pure react component for graph data visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published