Sign in to follow this  
Pallav

trendlines animation in 2D (Single Y) Combination Chart

Recommended Posts

I want 2D (Single Y) Combination Charts without the vertical parts of the canvas border visible.
I have partly reached my goal by making all of the canvas border invisible. Unfortunately, in that case both the horizontal divisional lines at the bottom and at the top of the canvas (which coincide with the canvas border) do not show up then either. I have overcome this by adding two extra (surrogate) trendlines at these positions. This works well.
Only the animation of these two surrogate trendlines at the top and at the bottom of the canvas is irritating. Of course in my circumstances I only want the bars and the line in the graph to animate, not these two trendlines. The two trendlines should be visible from the start of the build-up of the figure, without animation.
How can I achieve this? I cannot find the solution in the documentation. Or does anybody know a better work-around for my basic problem: hiding the vertical parts of the canvas border?
 
Rinus Deurloo.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

To hide the vertical border of the canvas, you'll need to edit the source code of the chart.

 

 

 

Also, the trend lines can appear from start only if animation is set to 0 for entire chart.

Share this post


Link to post
Share on other sites

Pallav,

Thank you for your clarification. Is it possible than to force the trendlines animation first, before the animation of the bars and the line is started instead of the other way around, as it is now?

Thanks.

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