This sample visualizes the passenger car production in selected countries for 2021, using a cylindrical column in 3D chart.
In this example, you can see the rendering and configuration of a 3D cylindrical column chart. The 3D cylindrical column chart is similar to a 3D column chart but features a distinct 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 using provide: { chart3d: [ColumnSeries3D] }
method.