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