anirbansarkar Report post Posted November 1, 2012 Hi All, I am using fusion charts to generate a column chart. The chart is appearing perfectly but the values that are showing against the columns are appearing in K, which I do not want. I want to display the actual values. Kindly help. Regards, Anirban Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 1, 2012 Hi Anirban, Welcome to FusionCharts Forum! FusionCharts XT has scaled the numbers down to K. By default, FusionCharts XT has the K,M (1000,1000) scaling defined for each chart. If you do not want this scaling to be applied by default, You can set "formatNumberScale" attribute as "0", to turn off the default number scaling. Ref. Code: <chart ... formatNumberScale='0'> For more information, please refer the following link: http://docs.fusioncharts.com/charts/contents/?advanced/number-format/Number_Scaling.html Hope this helps! Share this post Link to post Share on other sites