vis.add(pv.Rule)
  .data(pv.range(0, 2, .5))
  .bottom(function(d) d * 80)
  .add(pv.Label);