You must be logged in to post your query.
Home › Forums › Chart Support › How to set labels inside each bar
Tagged: How to set labels inside each bar
How to set labels inside each bar
@MMOWTSTM,
You can place the axis labels inside each bar/column by setting labelPlacement property of axisX to inside as shown in the code snippet below:
inside
axisX: { labelPlacement: "inside" }
Please take a look at this gallery page for an example on the same.
— Tony Antony Team CanvasJS
You must be logged in to reply to this topic. Login/Register