Sign in to follow this  
xuen

Wrap Long Data Value

Recommended Posts

Hi,

 

I would like to wrap long date value.

For example, value of "234, 45%",

I would like to show it as

234,

45%

 

I have use {br} as work-around, e.g. displayValue='510 , {br}0.69%' but the value is not display on top of the column.

 

See attachment for the explaination.

post-28088-0-10014400-1349676449_thumb.jpg

WrapDataValue.txt

Edited by xuen

Share this post


Link to post
Share on other sites

Hi,

 

Anyone can help?

 

Thanks...

 

 

 

Hi,

 

I would like to wrap long date value.

For example, value of "234, 45%",

I would like to show it as

234,

45%

 

I have use {br} as work-around, e.g. displayValue='510 , {br}0.69%' but the value is not display on top of the column.

 

See attachment for the explaination.

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

We are looking into it and would get back to you as soon as possible.

 

Thank you for your continued support and patience.

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

As a work around, please try using the attribute valuePadding and set it to say, 20.

 

Ref. Code:

<chart valuePadding='20' ..>

 

It sets the vertical space between the end of columns and start of value textboxes.

 

This basically helps you control the space you want between your columns/anchors and the value textboxes.

 

Hope this helps!

Edited by Bindhu

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
Sign in to follow this