Sign in to follow this  
snagar

Highlight series on legend mouseover

Recommended Posts

Hello ,

 

We have ported from EXTJS charts to Fusion charts and we need one of the features from EXTJS charts configured in FUSION line/area chart. We want the series to be highlighted on mouse over the legend or the series itself. Please let us know how do we do that . 

 

 

Example : 

go to the link below and hover on one of the legends or lines

 

http://dev.sencha.com/extjs/5.0.0/examples/charts-kitchensink/#marked-line

 

 

Regards,

Suresh

Share this post


Link to post
Share on other sites

Hi Suresh,

 

We have logged a new feature request for your reported feature. We will look into its feasibility and keep you posted about any updates.

 

Until then your support and patience is appreciated.

 

Thanks.

Share this post


Link to post
Share on other sites

Hi Suresh,

 

Hope you are doing well.

 

Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.10,  which will resolve your reported issue of highlighting data plot while hovering legend text?

 
This feature introduces highlighting effect on data plots or series when user hovers over corresponding legend item. This will enable user to differentiate between data plots or series.
 
Basic rules for highlighting attributes
  • By default, there are no highlighting effects on series or data plots on legend hover. The user can choose highlighting effect by setting plothighlighteffect attribute.
  • When plothighlighteffect='fadeout', then the data plots other than on which hovered will be faded out.
  • The user can also pass configuration string in plothighlighteffect attribute.
    The format is - plothighlighteffect= 'effectname|confStr'
  • Here pipe symbol is the separator between the effectname and configuration string.
  • For example: - if effectname is fadeout, then plothighlighteffect='fadeout|color=#7f7f7f,alpha=10' will set the color of the plots other than on which hovered to gray and opacity to 10.
 
To download the Evaluation version of FusionCharts Suite XT v3.10, please visit the link: http://www.fusioncharts.com/download/
 
Thanks.

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