IDForums Report post Posted July 15, 2009 Number formatting cannot be applied to Tooltext on my charts. I have customised my tooltext to just display x-axis counts instead of axis names and values. But when I do a roll over, the values appear as for example 51987 instead of 51,987 Same case with SubCaption which also contains some counts. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 16, 2009 Hello, Could you please add formatNumberScale='0' to your <chart> element and try again? Share this post Link to post Share on other sites
IDForums Report post Posted July 16, 2009 (edited) I think my question is not clear. I have customized my tooltip to just display Y-axis values instead of the standard string of axis names and values. If it is the default tooltip then it works fine with numberformatscale attribute but not with customized tooltip. Please find the attached screenshot. Edited July 22, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 18, 2009 Hello, The 'custom tooltip' shows whatever the user has given as input. It does not refer to the Y-axis of the chart. Could you please send us your XML so that we might have a look? Looking forward to your reply. Share this post Link to post Share on other sites
IDForums Report post Posted July 19, 2009 (edited) Attached is my XML File. I am retrieving DB Values to display in the custom tooltip. Please let me know if its possible to format these numbers in any other way. Thanks. Edited July 22, 2009 by Guest Share this post Link to post Share on other sites
IDForums Report post Posted July 21, 2009 Hi Rajroop, Did you get a chance to look at my XML File? Could you please post a reply soon. I am also looking for number formatting of sub caption value. Thanks. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 1, 2009 Hello, Apologies for the delay in the reply. I'm afraid i didn't get any XML attachment from you. Could you please post it as a .zip attachment again? Looking forward to your reply. Share this post Link to post Share on other sites
IDForums Report post Posted August 4, 2009 (edited) Hi Rajroop, I fixed this using NumberFormat in Java. I deleted the attachments after this project is deployed in production Thanks. Edited August 4, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 4, 2009 I'm glad you figured it out. Happy FusionCharting Share this post Link to post Share on other sites