Skip to content

Instantly share code, notes, and snippets.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:26
Contextual data updates

Example showing contextual data updates in TnT Board. When the board is panned or zoomed, the elements that lay outside the boundaries of the current display are removed and new elements inside the boundaries created. This happens at the data level.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:25
Programmatically update the board

Example of how to update the board programmatically in TnT Board

@emepyc
emepyc / README.md
Last active January 12, 2016 16:24
Dynamic track creation and reorder

Example of how to create new tracks and reorder them dynamically.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:23
Visualisation reload

Example of how to re-start the visualisation in TnT Board.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:21
Track Ids

Example of how to set and use track ids in TnT Board.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:21
Example of features

Example showing different visual features in TnT Board.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:19
Mirror track

Example of inter-relationship between two track's data in TnT Board. In the example, the data in the first track is empty by definition, but the second track shares its data with the first track and calls its update method.

@emepyc
emepyc / README.md
Last active January 14, 2016 10:57
Custom features

Example of how to define custom features in TnT Board.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:30
Composite feature

Example of composite features in TnT Board.

@emepyc
emepyc / README.md
Last active January 12, 2016 16:30
Asynchronous data retrieval

Example of asynchronous data retrieval for a TnT Board track. Instead of making calls to an external service, this example delays retrieving the data by 1 second.