Removes the behavior from a chart.
@override void removeFrom(BaseChart<D> chart) { chart .getSelectionModel(selectionModelType) .addSelectionUpdatedListener(_selectionChanged); }