Home Forums Chart Support How do I center or Left/Right justify a Label Reply To: How do I center or Left/Right justify a Label

#28345

data: [{
type: “bar”,
dataPoints: [{
x: 0,
y: 71,
label: “test test test test test test test test test test test test test test”
},
{
x: 1,
y: 55,
label: “test test test test”
},
]
}]