onAttach method
Handles any setup of the renderer that needs to be deferred until it is attached to a chart.
Implementation
@override
void onAttach(BaseChart<D> chart) {
super.onAttach(chart);
this.chart = chart;
}
Handles any setup of the renderer that needs to be deferred until it is attached to a chart.
@override
void onAttach(BaseChart<D> chart) {
super.onAttach(chart);
this.chart = chart;
}