Edit in JSFiddle

<div class="cdv-move-paths" id="movepaths">
</div>
<div class="caption">Journey of the white queen's knight during World Rapid Chess Championship 2015.
</div>
d3.json('https://ebemunk.com/chess-dataviz/data/wrc.json', function(err, data) {
  var movePaths = new ChessDataViz.MovePaths('#movepaths', null, data.moves);
});