A string that prepends all the labels on axisX.
var chart = new CanvasJS.Chart("container", { . . axisX: { prefix: "batch ", }, . . }); chart.render();
Also See: