Sign in to follow this  
FusionCharts Support

Line breaks

Recommended Posts

Hi there

Using <BR> encoded as <BR> worked on my test page (running the swf with a data.xml next to it), but it did not for my chart invoked using javascript and the dataXML method.

As for the wrap...do i define a label length doing this? What is the tag for label length if so?

Tanks,

James

Edited by Guest

Share this post


Link to post
Share on other sites

Just as a follow up, i saw somewhere else on this forum that with the dataXML method , URL encoding is important. '<BR>' did not work, and then i found that '<BR>' did not work either. Bu URL encoding '<BR>', i found this did work! So for future notice, to get a '<BR>' to work in dataXML, it has to be formatted like so:

'%26lt%3BBR%26gt%3B'

Crazy huh?

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