add or update the value of a specified category. category the pie category. value the pie value.
category
value
@override void setValue(C category, num? value) { _data[category] = value; }