Example of Stacked Bar in React 3D Chart Component

/
/
StackedBar

This 3D stacked bar chart example visualizes a comparison of several Olympic medal-winning countries using the stacked bar series. The legend in the sample provides additional information about the series.

More Details...

Loading....
Description

In this example, you can see how to render and configure a 3D stacked bar chart. The stacked bar chart stacks points in the series horizontally. Additionally, the StackingGroup property can be used to group stacked collections based on category.

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

Injecting Module

3D chart component features are segregated into individual feature-wise modules. To use stacking area series, we need to inject StackingBarSeries3D module into services.

More information on the 3D chart can be found in this documentation section.