You must be logged in to post your query.
Home › Forums › Chart Support › in Label
Tagged: label
dataPoints: [{ y: 1, label: “NO <br> 100%” }, { y: 0, label: “SI <br> 0%” },
I need to put a <br>, how do I do it?
@erichfrom,
It is not possible to add <br> to label as of now instead, you can use labelMaxWidth property of axisX/axisY to wrap the label once the label-width reaches the specified max-width.
Please take a look at this jsfiddle.
___________ Indranil Deo, Team CanvasJS
You must be logged in to reply to this topic. Login/Register