daveg Report post Posted May 4, 2008 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
FusionCharts Support Report post Posted May 5, 2008 Hi, If you are using dataXML method coudl you please try using '%25' ? Share this post Link to post Share on other sites
rdell123 Report post Posted January 5, 2010 (edited) 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 January 5, 2010 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 6, 2010 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
rdell123 Report post Posted January 6, 2010 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 Report post Posted January 6, 2010 (edited) 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 January 6, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 9, 2010 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