groupIds property

ChartData? groupIds
getter/setter pair

The data containing the bubble group IDs.

All bubbles with the same group ID are drawn in the same color. If bubble_sizes is specified then this field must also be specified but may contain blank values. This field is optional.

Implementation

ChartData? groupIds;