Example of Bar in React 3D Chart Component

/
/
Bar

This sample visualizes the GDP data by country for the year 2017 using bar series in a 3D chart. Data points are enhanced with tooltips.

More Details...

Loading....
Description

In this example, you can see how to render and configure a 3D bar chart. The bar chart, similar to the column chart, differs in that the orientation of the y-axis is horizontal rather than vertical.

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 bar series, we need to inject BarSeries3D module into services.

More information on the 3D chart can be found in this   documentation section.