sizeData property

ChartData? sizeData
getter/setter pair

The data that determines the size of each treemap data cell.

This data is expected to be numeric. The cells corresponding to non-numeric or missing data will not be rendered. If color_data is not specified, this data is used to determine data cell background colors as well.

Implementation

ChartData? sizeData;