labelAlign - Aligns Strip Line Label in Axis X | CanvasJS Charts
labelAlign: String labelAlign allows you to place the stripline’s Label far, center or near the axis. Default: “far” Options: “far”, “center”, “near” var chart = new CanvasJS.Chart(“container”, { . . axisX:{ stripLines: [{ . labelPlacement: “inside”, labelAlign: “far” . }] }, . . }); chart.render(); Try Editing The Code Also See: label labelPlacement labelWrap labelMaxWidth
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed