Sign in to follow this  
daveg

Percentage sign in labels/header

Recommended Posts

I have not been able to use a % sign in the label or header text for Gantt Charts. We need a column with the title '% Complete' . I need to spell it out 'Percent Complete'. I tried using % . But that does not work either.

Any solution?

Share this post


Link to post
Share on other sites

What if I'm not using dataXML?

 

I am using FCDataXML within a custom xml utility function.

 

 

 

What is the appropriate usage for displaying ascii characters like the percentage sign in all scenarios?

 

 

 

 

 

 

 

thanks,

 

rob

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Rob,

To use ascii codes to display special characters, please use the following format:

(asciicode);

e.g. To use the line-break character you have to use

I hope this helps.

Share this post


Link to post
Share on other sites

That still does not work.

 

I'm just trying to add a percent sign (%) to the subcaption of my chart.

 

---

 

 

subcaption='Total Correlation: 82%'

 

>

 

---

 

 

 

Any other thoughts?

 

 

 

 

 

 

 

thanks,

 

rob

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

In Flex it is not required to encode the characters.

Just specifying the characters will work fine.

You can also specify the characters in the /U escape sequence format.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

FusionMaps for Flex is now out of Beta.

 

We are happy to release FusionMaps for Flex v1.0 - animated, interactive and dynamic maps for your Adobe Flex Solutions.

 

FusionMaps for Flex boasts of the following:

 

* Provides over 314 maps including all continents, countries, US states, and states/counties of a lot of other countries.

* Supports dynamic-resizing.

* API for Drill-down, mouse interactivity, export etc.

* Custom Markers, shapes, connector lines.

* Works with Flex Builder 2, Flex Builder 3 and Flash Builder 4 (Flex SDK 2/3/4).

* Simple copy-paste style installation.

* Lots of code samples and extensive documentation.

 

 

You may download the beta from www.fusioncharts.com/flex/download.

 

You may see the online demos at :

www.fusioncharts.com/flex/demos/us-election/index.html or

 

www.fusioncharts.com/flex/demos/us-employment-distribution/index.html.

 

You may see all the map using our interactive Map Explorer.

 

To read more on how to use FusionMaps for Flex, you may also visit the Online Documentation at www.fusioncharts.com/flex/docs/maps.

 

Your feedback is VERY important to us and we would love to hear any suggestions, complaints, modifications, feature requests, compliments etc.

 

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