kilian

How is it possible to show the values in origin formated format?

Recommended Posts

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

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

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
:) 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
Guest Madhumita

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now