[email protected] Report post Posted April 21, 2014 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 ??? Share this post Link to post Share on other sites
Bindhu Report post Posted April 22, 2014 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
[email protected] Report post Posted April 22, 2014 Wow thats great , Its working fine Thanks Bindhu Share this post Link to post Share on other sites
Bindhu Report post Posted April 22, 2014 Hi, Glad to know that it helps! Happy FusionCharting Share this post Link to post Share on other sites