sumit

Highlight the bubble click event

Recommended Posts

Hi,

i am using Bubble chart .However, I want to highlight the bubble clicked so that user could know what data is being shown in detail by the drill down chart. In other words, I am trying to relate the drill down chart and the base chart.

Is is possible with fusion charts!!



Thanks.

Share this post


Link to post
Share on other sites

Hi Sumit,

 

It is not possible to highlight the data plot of parent chart when it is clicked to show a child chart, directly. But as a workaround, you may change the XML/JSON data of the parent chart with the changed color of that data plot so that you can achieve the desired feature of highlighting a data plot on click. 

 

This can be done by obtaining the DOM Id of the chart and changing the chart data by setting the new XML/JSON data to it. You may do this in a JavaScript function that gets called on click of a data plot, followed by rendering of child chart. 

 

Refer : http://docs.fusioncharts.com/charts/contents/index.html?JavaScript/JS_ChangeData.html#update

 

Hope this helps.

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