clearUnit method

YAxisConfig clearUnit()

Clears YAxisConfig.unit to null.

Implementation

YAxisConfig clearUnit() => copyWith(clearUnit: true);