Sign in to follow this  
amolchaudhari69@gmail.com

Hide line between two data point In MSLine chart

Recommended Posts

Hi,

 

  I am using  Javascript driven fusion chart of type "MSLine"

 

  there are 5 types of data visible on the graph among which for 3 types of data  line representation is fine , but for 2 types of data I want to show    only circles,

 

 so I am thinking to hide the line between two data plots .I tried various ways but could not hide the lines.

 

  Is my approach is correct or there is another way to do so .

 

  PFA for my requirement

 

 Someone can pls help me to resolve  this issue ???

  

post-62644-0-01276200-1398092388_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum :)

 

For the datasets for which you have to show only circles use the attribute 'alpha' and set it to 1.

 

Ref. Code:

 <dataset seriesName='2006'  anchorRadius='3' alpha='1'>

You may also use the attribute 'anchorRadius' and increase the circle's radius.

 

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