WaterfallChart()
Home > @gooddata/sdk-ui-charts > WaterfallChart
WaterfallChart() function
Waterfall chart shows data as proportional segments of a disc.
Signature:
WaterfallChart: (props: IWaterfallChartProps) => React.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | IWaterfallChartProps |
Returns:
React.JSX.Element
Remarks
Waterfall charts can be segmented by either multiple measures or an attribute.
See IWaterfallChartProps to learn how to configure the WaterfallChart and the Waterfall chart documentation for more information.