clearCategoryValue method
Clears ChartDataPoint.categoryValue to null.
Implementation
ChartDataPoint clearCategoryValue() => copyWith(clearCategoryValue: true);
Clears ChartDataPoint.categoryValue to null.
ChartDataPoint clearCategoryValue() => copyWith(clearCategoryValue: true);