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.
Example of how to update the board programmatically in TnT Board
Example of how to create new tracks and reorder them dynamically.
Example of how to re-start the visualisation in TnT Board.
Example of how to set and use track ids in TnT Board.
Example showing different visual features in TnT Board.
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.
Example of how to define custom features in TnT Board.
Example of composite features in TnT Board.
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.