timeline.overviewX = function (x) {
    if (!arguments.length) return overviewX;
    overviewX = x;
  };