I am using the Bar2D graph and can easily make a label multiline by either outputting new line characters in the label value or by using isHTML and adding a BR in the label. What I really want though is the label to be right aligned. At the moment the labels are coming out like this
This is the first line
second line
What I want is it to look something like this
This is the first line
second line
Any ideas on how to do this?