hello,
I'm trying to show my data label in 2 lines in a Bar 2D chart because my labels are very big and so the chart size becomes small.The example in the documentation doesn't work, the error message is: Invalid XML Data.
I am using it in JSP ,but iam creating the xml in the backend which is java. I tried URL encoding the '&' . I tried dataURL method. It does not help.
Thanks