Brian Maring Report post Posted September 8, 2009 Hi, Would it be possible to use recursive number formatting or another advanced number formatting technique to convert integer values along a horizontal gauge? I have an explicit formula for calculating the string from the integer. Thanks, Brian Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 8, 2009 Hello Brian, FusionCharts accepts static XML at a given frame of time. The XML can be generated dynamically, but when passing the XML to the SWF file, it need to be in static form. Thereby, you can use any type of 'number formatting technique', as long as you ensure that the above is true. I hope this helps. :Wow: Share this post Link to post Share on other sites
Brian Maring Report post Posted September 8, 2009 But is there a number formatting technique that can turn a number into a string of my choosing? How about something like: VALUE < 100 Pointer Value displays "Small" VALUE >= 100 Pointer Value displays "Big" Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 9, 2009 Hey Brian, There is no way to do this, as of now. You may use the displayValue attribute and the toolTip in FusionCharts, manually, to display the string of your choice. However, your requirement is not possible. Ref: http://www.fusioncharts.com/widgets/docs/Contents/Linear_XML.html I hope this helps. Share this post Link to post Share on other sites