Example of Stacked Bar in Javascript 3D Chart Control

/
/
Stacked Bar

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...

Description

In this example, you can see how to render and configure a 3D stacked bar chart. The 3D 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 stacked bar series, we need to inject StackingBarSeries3D module using Chart3D.Inject(StackingBarSeries3D) method.