|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/1/2008 2:17:24 PM
Posts: 1,
Visits: 1
|
|
I have a chart that displays information dynamically in the subCaption field based upon input submitted from the user. In some cases, the data is tremendous and the subCaption field clips the left and right side of the data. The data presented in the subCaption field is generated by PHP and can, as I said, concatenate many variables making a long string.
I'm looking for a way to either insert a line break in the data (which causes the XML to crash) or set an absolute width for the subCaption.
Thanks.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
I'm afraid you cannot wrap the subcaption or provide a fixed width. However, when passing from PHP, you can shorten it to a restricted length and adding ellipses.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|