Resize lane lines when window is resized

This commit is contained in:
Tim Buckley
2015-08-18 16:42:27 -06:00
parent 9265857772
commit 5b4e50c51e

View File

@@ -506,6 +506,8 @@ var initTimeline = function(options, data, timeExtents) {
main.attr("width", width);
mini.attr("width", width);
laneLines.selectAll(".laneLine").attr("x2", width);
brush.extent(brushExtent);
updateMiniItems();