Is there another way to have text (instead of values) for the X-Axis? Label inside the DataPoints is the best way to do this? If so, would paying for priority support possibly get this “label align” feature added? Thanks!
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”
},
]
}]
To clarify the issue some more — the label I need to right justify is inside DataPoints. The long labels wrap and we need them to be right justified to fit up against the horizontal bars.