Example of undefined in React Chart Component

/
/
Waterfall

This sample visualizes the revenue and profits of a company using the default waterfall series chart. The tooltip provides details on the profits made by each department.

More Details...

Loading....
Description

In this example, you can see how to render and configure the waterfall chart. The waterfall chart explains the gradual change in the quantitative value of an entity that is subject to changes by increments or decrements.

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.