Example of undefined in React Chart Component

/
/
HorizontalWaterfall

This sample visualizes a company's revenue and profits using the waterfall series chart.

More Details...

Loading....
Description

In this example, you can see how to render and configure a horizontal waterfall chart. The waterfall chart illustrates the gradual change in an entity's quantitative value due to increments or decrements.

Tooltips are enabled in this example, to see them in action, hover over a point or tap on a point on 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 using chart.Inject(WaterfallSeries) method.

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