tnt.board
Version:
TnT track-based board display
30 lines (20 loc) • 1.58 kB
Markdown
# TnT Board
[TnT Board](http://tntvis.github.io/tnt.board) is a javascript library for displaying track-based annotations in the web. It is part of the the [TnT](http://tntvis.github.io/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](http://tntvis.github.io/tnt.board/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](http://tntvis.github.io/tnt.board/api/board/index.html#Board) that is a container for tracks, [tracks](http://tntvis.github.io/tnt.board/api/board/index.html#Track) that are independent units of data representation, [data retrievers](http://tntvis.github.io/tnt.board/api/board/index.html#Data) to get the data synchronously or asynchronously and [visual features](http://tntvis.github.io/tnt.board/api/board/index.html#Display) to display the available data.
Check out the complete [documentation](http://tntvis.github.io/tnt.board/).
Check out the [examples](http://tntvis.github.io/tnt.board/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](https://github.com/tntvis/tnt.board/issues/new)