minValue property

double? minValue
getter/setter pair

The minimum possible data value.

Cells with values less than this will have the same color as cells with this value. If not specified, defaults to the actual minimum value from color_data, or the minimum value from size_data if color_data is not specified.

Implementation

core.double? minValue;