Example of Waterfall in React Chart Component

/
/
Waterfall

This sample visualizes the revenue and profits of a company by using default waterfall series in the chart. Tooltip shows the information about the profits earned by each department on the company.

More Details...

Loading....
Description

In this example, you can see how to render and configure the Waterfall type charts. Waterfall type charts are used to represent the financial datas. You can use border, fill properties to customize the vertical rect. dataLabel is used to represent individual data and its value.

Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.



Injecting Module

Chart component features are segregated into individual feature-wise modules. To use Waterfall series, we need to inject WaterfallSeries module into services.

More information on the waterfall series can be found in this   documentation section.