During the exit method, we merely provide instructions for hiding the visual elements:
exit
function exit(self, storage, timing) { storage.lineContainers.exit().transition().duration(timing) .style('opacity', 0); }