DependencyWheelChart
Home > @gooddata/sdk-ui-charts > DependencyWheelChart
DependencyWheelChart variable
A dependency wheel is a type of flow diagram, where nodes are laid out in a circle, and links are drawn between them. This width of the link and size of the nodes are proportional to the flow quantity or weight of each link.
Signature:
DependencyWheelChart: (props: IDependencyWheelChartProps) => React.JSX.Element
Remarks
A DependencyWheel diagram can be displayed with one measure and one or two attributes, where the measure represents the width of the links and the attributes represent the nodes of the links
See IDependencyWheelChartProps to learn how to configure the DependencyWheelChart.