Sign in to follow this  
surjay

Hide one set of Y values in Dual Y chart

Recommended Posts

I'm using a msstackedcolumn2dlinedy chart which may, or may not, have a secondary Y axis. 

 

Setting "showsyaxisvalues" to 0 will had both Y axis' values, is there a way to ONLY hide the secondary Y axis values?

Share this post


Link to post
Share on other sites

Hi Surjay,

 

Welcome to fusioncharts forum post.

 

To hide only the secondary Y-axis values from the chart please do make use of the attributes "showDivLineSecondaryValue" and "showSecondaryLimits" in the  chart element and set both the values to 0.

 

A demo fiddle is created using the above attributes.

 

http://jsfiddle.net/moonmi/jsr8eLzm/2/

 

Hope this helps.

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