removeFrom method
Removes the behavior from a chart.
Implementation
@override
void removeFrom(BaseChart<D> chart) {
chart
.getSelectionModel(selectionType)
.removeSelectionChangedListener(_selectionChange);
chart.removeLifecycleListener(_lifecycleListener);
}