tampe125

Cannot Use % Sign In Label

Recommended Posts

hi, i have a very strange problem.

i'm creating a chart Pie2D and one of my label has the "%" sign inside.

 

well, i don't know why, but FC throws an error saying that the XML is invalid?

why?

 

here it is the XML code

<chart 

caption='Alert' 
subcaption=''
animation='0'

>

<set label='Entrate' value='3815' />
<set label='Spese superiori al 10%' value='2011' />
<set label='Uscite' value='5769' />
<styles>
       <definition>
           <style name='myFont1' type='font' size='12' />
		<style name='myFont2' type='font' size='8' />
       </definition>
       <application>
           <apply toObject='Caption' styles='myFont1' />
		<apply toObject='SubCaption' styles='myFont2' />
       </application>
</styles>


</chart>

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Could you please confirm the FusionCharts version you are using?

 

I am afraid, we are not able to replicate the issue, as the code is working fine from our end.sad.gif

 

Please find the screenshot attached for your reference.

 

Awaiting for your response.

post-10517-0-05175200-1309337852_thumb.jpg

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