kilian Report post Posted March 18, 2008 Hi, our Charts are filled with different data with different decimals. I don't want to format them because they're formatted already. They should be displayed as they are. These are my options from the xml-file: showValues="1" formatNumberScale="0" decimalSeparator="," thousandSeparator="." inDecimalSeparator="," inThousandSeparator="." decimals="3" forceDecimals="3" My values: 12.345,678 123,40 The Result in the Chart: 12.345,678 123,400 What I want: 12.345,678 123,40 How is it possible to show the values in origin formatted format? Regards, Kilian Share this post Link to post Share on other sites
FusionCharts Support Report post Posted March 19, 2008 Hi, Could you try not using the attributes decimals and forceDecimals at all in the XML? Share this post Link to post Share on other sites
kilian Report post Posted March 19, 2008 Hi, but then all 0-decimals are cut off: Values: 123,456 45,000 789,120 Result: 123,456 45 789,12 Additionally we have different numbers of decimals in our data and we want to show them with different numbers of decimals and we don't want that 0-decimals are cut off. The solution would be an option like: showOriginValues. So the presentation of the values would be equal to the value in the value-attribute. No formats should be changed. Regards, Kilian Share this post Link to post Share on other sites
Pallav Report post Posted March 21, 2008 Hi Kilian, Thanks for the suggestion. This is currently not possible with FusionCharts, as all chart numbers are formatted using the same parameter for easy interpretation. Share this post Link to post Share on other sites
SteveM Report post Posted March 28, 2008 I agree. This would be a very useful ability as I am having the same issue. Share this post Link to post Share on other sites
kilian Report post Posted April 14, 2009 The feature is now implemented in FusionCharts v3:"Text labels instead of data values FusionCharts also allows you to specify custom string values instead of the numeric data values for each data item. This can be provided as displayValue attribute of <set> element" Share this post Link to post Share on other sites
leos Report post Posted January 23, 2010 Nice Feature to solve this issue! Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 24, 2010 Hello Leos, I am glad that you are happy with this solution. In future we will come up with better features and solutions for the same. So, till then happy FusionCharting. Share this post Link to post Share on other sites