Example of undefined in React Chart Component

/
/
CylindricalColumn

This sample visualizes the gold medal count from the Rio Olympics using a cylindrical column chart.

More Details...

Loading....
Description

In this example, you can observe the rendering and configuration of a cylindrical column chart. The cylindrical column chart serves the purpose of comparing the frequency, count, total, or average of data across various categories using a cylindrical shape.

Tooltips have been enabled in this example. To experience the tooltip functionality, simply hover over a point or tap on it in touch-enabled devices.

Injecting Module

Chart component features are segregated into individual feature-wise modules. To use column series, we need to inject ColumnSeries module into services.

More information on the column series can be found in this   documentation section.