andrei Report post Posted August 27, 2010 Hello, I'm using a Scatter chart and I can't force decimals on the Y axis. I want to add the extra '000...' at the end. Now the chart shows me: "5,340,343" instead of "5,340,343.00". Each number must have 2 decimals even is they are '00', is this possible ? ( I set the attribute yAxisValueDecimals=2 ) Thank you v much ! Share this post Link to post Share on other sites
Sanjukta Report post Posted August 27, 2010 Hi, Could you please try setting the attribute "forceDecimals" to "1" in the <chart> element? Hope this helps. Share this post Link to post Share on other sites
andrei Report post Posted August 27, 2010 The attribute "forceDecimals" is set to '1', but it seems that this affects only the values that have some decimals ( value: 5,034,044.349 is converted to 5,034,044.35 ). My problem is: for the numbers with no decimals, the extra zeros are not added. This is not so bad...but the chart looks a bit unorganized. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 30, 2010 Hi, Could you please send us the XML codes that you are using? Awaiting your reply. Share this post Link to post Share on other sites
andrei Report post Posted August 30, 2010 Hi, I attached the XML data file and a small screen capture. Thank you ! test.xml Share this post Link to post Share on other sites
ravi.amajala Report post Posted September 9, 2010 Hi Me too facing the sme issue how do i force the yaxis decimals. it is not working by setting forceDecimals to 1 . i want to display $1 as $1.00, $1.2 as $1.20 etc Can you help me in this regard Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted September 9, 2010 Hi Ravi, Could you please drop us a mail at [email protected] specifying your requirement? Awaiting your reply. Share this post Link to post Share on other sites