Hovhannes Report post Posted January 9, 2009 Hi all. I wander to know are there any way to show special symbols for example -> !@#$%^&*()_+=- in pie chart label ? Thanks in advance. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 9, 2009 (edited) 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 January 13, 2009 by Guest Share this post Link to post Share on other sites
YY Report post Posted April 6, 2009 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
Dhruva Report post Posted April 6, 2009 Hello, Please try using <.. dataset seriesName='Trend<BR>' color='0099FF' ..> . Share this post Link to post Share on other sites
YY Report post Posted April 6, 2009 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
Dhruva Report post Posted April 7, 2009 Hello, Could you please try using & instead of %26 and try again? Share this post Link to post Share on other sites
YY Report post Posted April 7, 2009 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
Dhruva Report post Posted April 7, 2009 Ah! Please try using where you want the newline, in the string, and try again? Share this post Link to post Share on other sites
YY Report post Posted April 7, 2009 (edited) Hi, OK , Many Thanks, Edited April 7, 2009 by Guest Share this post Link to post Share on other sites
Dhruva Report post Posted April 7, 2009 Glad to help! Share this post Link to post Share on other sites
YY Report post Posted April 7, 2009 (edited) Hello, How to make it align left or align right for legend? Thanks Edited April 7, 2009 by Guest Share this post Link to post Share on other sites
Dhruva Report post Posted April 8, 2009 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
YY Report post Posted April 13, 2009 (edited) Hi, Text inside the legend is keep in center position. How to make it align LEFT? Thanks, Edited April 14, 2009 by Guest Share this post Link to post Share on other sites
Dhruva Report post Posted April 14, 2009 I'm sorry, I just checked, legend positioning to the left is not supported. I apologise for the oversight. :| Share this post Link to post Share on other sites
Pauluk Report post Posted July 28, 2009 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
Guest Rajroop Report post Posted July 29, 2009 Hello, Welcome to FusionCharts Forum. Could you please refer to the following forum query link which gives instructions on how to save a file as UTF-8, which is vital to this issue? http://www.fusioncharts.com/forum/Topic8038-28-1.aspx#bm8054 I hope this helps. Share this post Link to post Share on other sites