This sample visualizes the passenger car production in selected countries for 2021, using a cylindrical column in 3D chart.
In this example, you can observe the rendering and configuration of a cylindrical column in a 3D chart. The cylindrical column chart is designed for comparing the frequency, count, total, or average of data across various categories using a cylindrical shape.
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 column series, we need to inject ColumnSeries3D
module into services
.
More information on the 3D chart can be found in this documentation section.