Example of undefined in Javascript Chart Control

/
/
Cylindrical Column

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

More Details...

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 using Chart.Inject(ColumnSeries) method. More information on the column series can be found in this documentation section.