Sign in to follow this  
ydavis@advanc-ed.org

Position of vline within a combination chart

Recommended Posts

I have created a combination chart (containing a bar and a line graph) where I would like to use a vertical line as a marker.  When the marker displays is appears under the bar and line graph and does not appear on top of the other graphs.  Is there any way to have this line appear on top of graphs?

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

Welcome to the FusionCharts Forum. :)

Could you please add the showOnTop='1' attribute in the XML as per the following and try agian?

<trendlines>

  <line startValue='300' color='91C728' displayValue='Target' showOnTop='1'/>

</trendlines>

Note: This attribute is not supported in any 3D chart.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

Is there any way to have this line appear on top of graphs?

In reference to vLines, this is not possible, as of now. :)

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