Sign in to follow this  
Muhammad Fahad

Show Values Vertical In Fusion Chart

Recommended Posts

Guest Sumedh

Greetings. smile.gif

 

I am afraid, displaying data values in vertical manner is not available, as of now.

 

As a work-around you can try rotated data values by setting the 'rotateValues' attribute under the chart element.

 

Ref. code:

 

<chart... rotateValues='1' >

 

Please find attached screenshot for your reference with this reply.

 

Hope this helps. smile.gif

post-24802-0-83846700-1329382242_thumb.jpg

Share this post


Link to post
Share on other sites

Greetings. smile.gif

 

I am afraid, displaying data values in vertical manner is not available, as of now.

 

As a work-around you can try rotated data values by setting the 'rotateValues' attribute under the chart element.

 

Ref. code:

 

<chart... rotateValues='1' >

 

Please find attached screenshot for your reference with this reply.

 

Hope this helps. smile.gif

 

 

 

 

Dear Thanks for your response,

But I have done this which you send..

but i have seen any where in fusion chart website but now i did not find it any where.

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi. smile.gif

 

Apologies for the miss-communication.

 

As a work-around you can try adding the '{br}' pseudo code in the 'displayValue' attribute under the set element.

 

Refer the following code:

 

<chart ... >

<set label='Jan' displayValue='7{br}5{br}0{br}M' value='750'/>

<set label='Feb' displayValue='8{br}4{br}3{br}M' value='843'/>

</chart>

 

Please find attached screenshot for your reference with this reply.

 

Hope this helps. smile.gif

 

Happy FusionCharting ! biggrin.gif

post-24802-0-96345000-1329387187_thumb.jpg

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