maligangadhar Report post Posted May 26, 2010 I need to show only first, middle and last names in x axis ..... iam setting showLabels='0' in the element and setting the attribute showName='1' in the particular , still it is not working .... Please find my code as attachment Share this post Link to post Share on other sites
maligangadhar Report post Posted May 26, 2010 any help on this ....... Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 26, 2010 Hi, In case you are using the multi-series Line Chart of FusionCharts Free pack, please try setting the attribute 'shownames' in the <graph> element to '0' and the attribute 'showname' in the <category> element to '1' (for which you wish to display the labels). Ref.- <graph...shownames='0'> ......... <category...showname='1'> In case you are using the multi-series Line Chart of FusionCharts V3 pack, please try setting the attribute 'showLabels' in the <chart> element to '0' and the attribute 'showLabel' in the <catagory> element to '1' (for which you wish to display the labels). Ref.- <chart...showLabels='0'> ......... <category...showLabel='1'> For further details please refer to the links below :- Ref.- http://www.fusioncharts.com/docs?/ChartSS/MSLine.html http://www.fusioncharts.com/free/docs/Contents/ChartSS/XML_MSLine2D.html Hope this helps. Share this post Link to post Share on other sites
maligangadhar Report post Posted May 27, 2010 its working thx, Need one more help need to remove blue image for anchors.( atleast redude its widht , if i load large data , all anchors were seems to b single lione..).but need to retail its features ie on mouse over need to populate the x adn y axis values..(i have already used drawAnchors ...when i set to drawAnchors=0 , mouse over events were disabled.... Please find the code and image as attachement. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 27, 2010 Hi Gangadhar, Glad that your previous issue is resolved. Need one more help need to remove blue image for anchors.( atleast redude its widht , if i load large data , all anchors were seems to b single lione..).but need to retail its features ie on mouse over need to populate the x adn y axis values..( Please try setting the value for the 'anchorAlpha' attribute in the <dataset> element to '10'. Also, please refer to the sample that we are sending you as an attachment. hope this helps. MSline_anchor_customization.zip Share this post Link to post Share on other sites
maligangadhar Report post Posted May 27, 2010 it was reallly helpfull, thx a lot Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 27, 2010 Hi Gangadhar, You are most welcome. Share this post Link to post Share on other sites