|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/11/2007 2:07:13 PM
Posts: 3,
Visits: 8
|
|
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
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Today @ 9:07:24 AM
Posts: 2,146,
Visits: 501
|
|
Which SWF are you using?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/26/2007 8:48:29 PM
Posts: 1,
Visits: 6
|
|
| 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.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Today @ 9:07:24 AM
Posts: 2,146,
Visits: 501
|
|
Just make sure you're using dataURL method and not dataXML method, when using special characters.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|