React Composite / Combo Chart
The Ignite UI for React Composite Chart, also called a Combo Chart, is visualization that combines different types of chart types in the same plot area. It is very useful when presenting two data series that have a very different scale and might be expressed in different units. The most common example is dollars on one axis and percentage on the other axis.
React Composite / Combo Example
The following example demonstrates how to create Composite Chart using IgrColumnSeries
and IgrLineSeries
in the IgrDataChart
control.