Sign in to follow this  
Rahul Kumar

Rotate trendllines values string in multi bar

Recommended Posts

Hello,

 

I'm using last version of fusionChart (3.0.7) and I need to show 3 trendlines in a multi bar graph.

 

It work properly, but it is unreadable because the trenlines ar too close.

 

I was wondering if it's possible to rotate (verticaly) this values...

 

Or to show them on different lines, but i'd rather just rotate them.

 

thanks

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 
Currently, to rotate a trendline value is not possible, however You could try using valueOnRight='1' attribute in <line> element, this will make trendline value to appears at right side.

Share this post


Link to post
Share on other sites

Your suggestion doesn't seem to work in MSBar3D...

 

There's no visible change

 

i'm using fusionChart_Gen.php

 

 

 

Is there any way to add linked value on the graphs (the point is I need to show the percent value of the firest dataset compare to the last)

 

something like this:

 

 

 

________

 

________|

 

______|____

 

___________|

 

 

 

____

 

____|_ 75%

 

______| 100%

 

_____| 50%

 

 

 

 

 

 

 

thanks

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I am afraid FusionCharts does not natively support the display of percentage values. :P

 

 

 

As a work around, please try calculating the percentage value of each bar manually and displaying them on the chart.

 

 

 

The calculated values can be displayed beside each bar using the attributes numberSuffix='%25' in the <chart> element and setting the attribute showValues='1' in each <dataset> element.

 

 

 

Hope this is of some help to you. :P

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