timeline.overviewAxisWidth = function (w) {
    if (!arguments.length) return overviewAxisWidth;
    overviewAxisWidth = w;
    return timeline;
  };