Example of Category Axis in Javascript Chart Control

/
/
Category Axis

This sample shows a category axis in a chart with details about internet users across different countries.

More Details...

Description

You can use the category axis to represent string values instead of numbers in the chart. To use the category axis, set valueType in axis to Category. Tooltip is enabled in this example, to see the tooltip in action, hover 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 Category axis, we need to inject Category module using Chart.Inject(Category) method. More information on the Category axis can be found in this documentation section.