Sign in to follow this  
divsen

Data Label in multiple lines

Recommended Posts

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

Edited by Guest

Share this post


Link to post
Share on other sites

I am also having issues with showing date labels or tooltips on mutiple lines. I get Invalid XML Data as well. I have copied and pasted your code from your documentation and it does not work. I put the chart in Debug mode and get :ERROR: Invalid XML encountered. An attribute value is not properly terminated. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them.

I have tried Bar2D, Column2D and Column3D all with the same results.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this