Sign in to follow this  
seq

Can We Get Some New Events Please? Onmouseover Etc.

Recommended Posts

Hello FC!

 

What would be very useful and helpful is if you implement an event for where the mouse is moved over a column of a bar chart or slice of a pie chart (or any other area). Other useful events would be:

 

1) onmouseover/out

2) ondoubleclick

3) onkeypress/down/up

4) onresize

 

Please see the XML example below (of what it could look like). This would allow for building rich and engaging dashboards, could you please add this?

 

<chart caption='Weekly Sales Summary' xAxisName='Week' yAxisName='Sales' numberPrefix='>

<set label='Week 1' value='14400' link='j-myClickFunction-param1,param2' onmouseover='j-myMouseOverFunction-param1,param2' />

</chart>

Edited by seq

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

We have taken a note of your request here and added the same in our wishlist

 

Hope you have a great day!

Share this post


Link to post
Share on other sites

Hello Angie,

 

Thank you for the quick reply! By adding it to your wishlist, does that mean it might be implemented or will be implemented? When is the next release of FusionCharts due?

 

Regards,

Seq

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

We have taken a note of your request here and added the same in our wishlist

 

Hope you have a great day!

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thanks for your response.

 

We will try to implement these features in our future upgrades of FusionCharts.

 

We will get back to you once these features are available in FusionCharts.

 

Thank you very much for your continued patience and patronage.

 

Meanwhile, keep FusionCharting!biggrin.gif

Share this post


Link to post
Share on other sites

It could be great to have a generic javascript function callback on the click event on a bullet (amcharts is doing this) , so that I will not have to add the event on the data. I have 4000 points on my graph and most of the data is to add the click event.

I would need a callback with chart id, graph name (legend), abscisse and ordonnee.

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