onPostprocess property

LifecycleSeriesListCallback<D>? onPostprocess
final

Called after the chart and renderers get a chance to process the data but before the axes process them.

This step is good if you need to alter the Series measure values after the renderers have processed them (ex: after stacking measures).

Implementation

final LifecycleSeriesListCallback<D>? onPostprocess;