public void register(Chart chart) {
   super.register(chart);
   chart.getCanvas().addMouseController(this);
 }