Example of Rounded Column in Javascript Chart Control

/
/
Rounded Column

This sample shows the literacy rate by country in 2015 with the default column series in the chart.

More Details...

Description

In this example, you can see how to render and configure the column chart. The column chart is used to compare the frequency, count, total, or average of data in different categories. You can use the ChartCornerRadius option to customize the vertical rectangle, resulting in a rounded column. 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.