Is there a way to add the line break in the client side ? For example, I want the category axis label to be displayed as:
JUN
2012
But my database (server) returns it as "JUN 2012"
and I don't want to add \n
there, but want to achieve it from client side.
Any ideas ?