zion.b.y Report post Posted October 20, 2010 hi all, i have a graph using the fusion charts, the problem is this, when a yAxis value is over 999 (i.e. 1234) the graph writes "1.23K" i dont want to write 1.23K, i want it to write "1234", is this a deffinition in the <chart> tag? if so please tell me how to controll it thanks, Zion Share this post Link to post Share on other sites
Sanjukta Report post Posted October 20, 2010 Hi Zion, Please try setting the attribute "formatNumberScale" to '0' in the <chart> element. This attribute configures whether to add K (thousands) and M (millions) to a number after truncating and rounding it or not. Hope this helps. Share this post Link to post Share on other sites
zion.b.y Report post Posted October 20, 2010 hi, thanks a lot , it is working great now best regards Share this post Link to post Share on other sites
Sanjukta Report post Posted October 21, 2010 Hi, You are always welcome. Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites