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.
xxxxxxxxxx
<head>
<link rel="stylesheet" href="https://tntvis.github.io/tnt.board/build/tnt.board.css" type="text/css" />
<style>
#mydiv {
margin-top: 200px;
}
</style>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://tntvis.github.io/tnt.board/build/tnt.board.min.js"></script>
<script src="mirror_track.js"></script>
</head>
<body>
<div id="mydiv"></div>
<script>
mirror_track(document.getElementById("mydiv"));
</script>
</body>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://tntvis.github.io/tnt.board/build/tnt.board.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://tntvis.github.io/tnt.board/build/tnt.board.min.js