bnordeng Report post Posted April 7, 2009 I have a chart showing money so I would like to force it to two decimal places. I am able to force the data in the chart to two decimal places, but the numbers on the Y Axis are always removing the trailing zeros. So, $1.60 is showing as $1.6. And, $2.00 is showing as $2. How can I force the Y Axis to show two decimal places? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 8, 2009 Hi, I am afraid, this is not possible as of now. Share this post Link to post Share on other sites
bnordeng Report post Posted April 8, 2009 Okay. I've made the proper Y-Axis values show up by using trend lines instead. However, the trend lines will not appear until after the 3D Column chart is finished animating. Is there a way to make the trend lines appear immediately (before the animation)? I've tried adding an animation style to the TrendValues with a start of 0 and a duration of 0 but this does appear to force the TrendValues to show up prior to the animation. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 20, 2010 Hi, Could you please try once setting the value of the attribute "animation" to '0' in the <chart> element of the Column chart? Hope this helps. Share this post Link to post Share on other sites