parentLabels property

ChartData? parentLabels
getter/setter pair

The data containing the label of the parent for the corresponding node.

A blank value indicates that the node has no parent and is a top-level node. This field is optional.

Implementation

ChartData? parentLabels;