clearUnit method

XAxisConfig clearUnit()

Clears XAxisConfig.unit to null.

Implementation

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