onmin property

void onmin=(void fn(List<DataItem> d))

Set a callback for minimum data

  • NOTE: For 'area-line-range' and 'area-spline-range', mid data will be taken for the comparison

Implementation

external set onmin(void Function(/*Chart this*/ List<DataItem> d) fn);