Skip to content

idekerlab/TreeViewer

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

D3-based DAG viewer for DCell web applicaiton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages