onDetach abstract method
Handles any clean-up of the renderer that needs to be performed when it is detached from a chart.
Implementation
void onDetach(BaseChart<D> chart);
Handles any clean-up of the renderer that needs to be performed when it is detached from a chart.
void onDetach(BaseChart<D> chart);