Sign in to follow this  
Rahul Kumar

special symbols

Recommended Posts

Hi,

You would need to encode these (some of them) character.

Please see the list.

!@#$%^&*()_+=-<>:/ 

 

Here is the list of characters that requires encoding: 

 

1. If you are using dataXML method.

% - %25 

& - %26

+ - %2b

< - %26lt;

> - %26gt;

2. If you are using dataURL method.

< - <

> - >

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 

 

 

My setting as follwing for Data.xml and use the MSLine.swf(FusionCharts version 3)

 

Data.xml File content

 

 

 

Can I use as " dataset seriesname='Trend%26lt;BR%26gt;' color='0099FF' " in Data.xml

 

 

 

Thanks,

Share this post


Link to post
Share on other sites

Hi,

 

 

 

can't work in FusionCharts V3 but can work in FusionCharts free

 

<.. dataset seriesName='Trend<BR>' color='0099FF' ..> .

 

 

 

can't work in FusionCharts V3 and FusionCharts free

 

<.. dataset seriesName='Trend%26lt;BR%26gt;' color='0099FF' ..> .

 

 

 

Any setting can help?

 

 

 

Thanks,

Share this post


Link to post
Share on other sites

Hi,

 

 

 

The seriesName will showing in Legend, I want the legend will show in two lines.

 

 

 

<.. dataset seriesName='dataone %26lt;BR%26gt; dadatwo' color='0099FF' ..> .

 

 

 

I try to replace the %26 by & , it will show in legend in one line too.

Share this post


Link to post
Share on other sites

Hello,

 

How to make it align left or align right for legend?

 

 

 

Thanks

Edited by Guest

Share this post


Link to post
Share on other sites

Hello YY,

Could you please try using the legendPosition attribute as follows?

<chart .. legendPosition='RIGHT' ..>

Or

<chart .. legendPosition='LEFT' ..>

I hope this helps. :)

Share this post


Link to post
Share on other sites

Hi,

 

Text inside the legend is keep in center position.

 

 

 

How to make it align LEFT?

 

 

 

 

 

 

 

Thanks,

Edited by Guest

Share this post


Link to post
Share on other sites

how can I display 'Sigma sign' S in ?

 

 

 

I use ScrollCombiDY2D chart (scrolling chart v3)

 

 

 

I can display Sigma sign in ?

 

 

 

Can somebody help me ?

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