This sample demonstrates the rendering of numeric axis in the chart with England and West indies cricket match data.
Numeric axis is used to plot numeric data in chart. To render numeric axis, set valueType
in axis to Double
.
Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information on the Numeric axis can be found in this documentation section.