Sign in to follow this  
Chris Coulthard

How To Show A Plus Sign In The 'displayvalue'

Recommended Posts

I'm using a 'displavalue' attribute for the bar/column charts - when I have a value with a plus sign in it , the plus sign is replaced by a blank.

 

I checked the debug display and the XML shown has the '+' replaced by a blank even though the xml set into the chart does not.

 

any ideas?

 

Chris

 

Here is part of the debug

 

<set value="3060" displayValue="3.06e 3" alpha="100" link="JavaScript:Ext.jen.ui.FusionChart.onChartClick(2,0)" />

 

the original is

 

<set value="3060" displayValue="3.06e+3" alpha="100" link='JavaScript:Ext.jen.ui.FusionChart.onChartClick(2,0)'/>

Share this post


Link to post
Share on other sites

Hi Chris,

 

Could you please replace the "+" sign with "%2B"?

Ex: <set value="3060" displayValue="3.06e%2B3" alpha="100" link='JavaScript:Ext.jen.ui.FusionChart.onChartClick(2,0)'/>

 

Hope this helps. :(

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