Sign in to follow this  
jocelynd

FusionCharts doughnut2d center label renders & incorrectly

Recommended Posts

Hi

 

We have a data value contains character "&". When I try to display it on centerLabel of the doughnut2d, it renders as encoded html "&". This scenario happens when I have the following centerLabel = "$label<br> $value". If I remove "<br>" from the center label, it renders "&" correctly. I need to display the center label in 2 lines.

 

You can duplicate the scenario with your gallery example http://jsfiddle.net/wYj95/980/

 

Just change out the following from your example:After that, you will see & when you hover over Food & Services sector.

 

  1. "centerLabel": "Revenue from $label:<br>$value",
  2.  "data": [
                    {
                        "label": "Food & Services",
                        "value": "28504"
                    }, 

 

I'm using FusionCharts 3.7.1 and angular-fusioncharts.min.js. Any help will be appreciated.

Thanks.

 

Jocelyn

Share this post


Link to post
Share on other sites

Hi Jocelyn,

 

Hope you are keeping well! Thank you for your patience.

 

Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.11, release over the weekend that will resolve your reported issue?

 

To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center.

PUC URL: www.fusioncharts.com/puc/

 

To download the Evaluation version of FusionCharts Suite XT v3.11, please visit the link: http://www.fusioncharts.com/download/

 

Hope this would resolve your issue. If you require any further assistance please do drop us a mail.

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