This example of a 3D stacked column chart visualizes the steel production of countries, grouped by continent.
In this example, you can observe how to render and configure a 3D stacked column chart. The stacked column chart stacks points in the series vertically. Additionally, the StackingGroup
property can be utilized 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 column series, we need to inject
StackingColumnSeries3D
module into services
.
More information on the 3D chart can be found in this documentation section.