Example of undefined in React 3D Chart Component

/
/
ColumnPlacement

This sample shows four series of columns in which each column is placed behind the previous column.

More Details...

Loading....
Description

In this example, you can see how to render and configure the column 3D chart. The column 3D chart is used to compare the frequency, count, total, or average of data in different categories. The enableSideBySidePlacement property is used to enable and disable side-by-side positioning.

Tooltip is enabled in this example. To see the tooltip in action, hover over 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.