Example of undefined in React Chart Component

/
/
Column

This React column chart example visualizes the medal count from the Rio Olympics with the default column series in the chart.

More Details...

Loading....
Description

In this example, you can see how to render and configure a column chart. The column chart is used to compare the frequency, count, total, or average of data in different categories.

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

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.