isOnlyOneAxis property

bool isOnlyOneAxis

When we only have 1 axis we don't need to much span to change the date type chart`

Implementation

bool get isOnlyOneAxis => _xAxisDataPoints.length <= 1;