Sign in to follow this  
Guest Basundhara Ghosal

MSLIne.swf

Recommended Posts

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
Guest Basundhara Ghosal

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

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

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

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