Example of Combination Series in React Chart Component

/
/
CombinationSeries

This sample illustrates a combination of line and stacked column series. Tooltip shows the information about the data point.

More Details...

Loading....
Description

In this example, you can see how to render and configure the different type of charts. You can render any combination of series in chart except bar. 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

In this example, we have used line and column series. To use column and line feature, we need to inject ColumnSeries LineSeries modules into services.

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