This sample visualizes the top-selling electric car in China using the default column series in the 3D chart. Data points are enhanced with tooltips.
In this example, you can observe how to render and configure a 3D column chart. The 3D column chart serves the purpose of comparing the frequency, count, total, or average of data across different categories.
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.