container.on('mouseenter.' + namespace, function() {
    fn({type: 'mouseenter', position: transform(d3.mouse(this))});
  });