Example of Bar in Javascript 3D Chart Control

/
/
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...

Description

In this example, you can see how to render and configure a 3D bar chart. The 3D bar chart, similar to the 3D 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 using Chart3D.Inject(BarSeries3D) method.