JSPM

  • Created
  • Published
  • Downloads 338
  • Score
    100M100P100Q82766F
  • License Apache-2.0

TnT track-based board display

Package Exports

  • tnt.board

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tnt.board) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

TnT Board

TnT Board is a javascript library for displaying track-based annotations in the web. It is part of the the TnT set of visualisation libraries to display trees and track-based visualisations, although it can be used independently of any other TnT library. It has been designed with a powerful API, written with flexibility in mind, that allows the creation of expressive, dynamic and powerful track-based visualizations.

TnT Board defines several elements to facilitate the creation of visualisations: a board that is a container for tracks, tracks that are independent units of data representation, data retrievers to get the data synchronously or asynchronously and visual features to display the available data.

Check out the complete documentation.

Check out the examples

Installation

  • npm:
npm install tnt.board
  • github:
git clone https://github.com/tntvis/tnt.board
cd tnt.board
npm install
gulp build-browser

Feedback

Please, send any feedback to emepyc@gmail.com. Bug reports and feature requests are welcome in the issue tracker