Sign in to follow this  
dwachtell

DragColumn Chart question

Recommended Posts

Hi,

I am struggling with an example with the drag column chart.  What i am attempting to do is have a table of data automatically change when a column is dragged.  There is an example that shows how to do this with a button calling some js, i am trying to implement using the FC_ChartUpdated method...any examples or advice?

Thanks in advance

Share this post


Link to post
Share on other sites

Hi,

 

 

 

In this event handler method, you'll need to write your JS to get DOM access to table and then update the pertinent row/column.

Share this post


Link to post
Share on other sites

Hey Pallavi, thats the problem with me too.

After chaging the chart, i have all the changed values in my JavaScript, in html, then how would i send data to the servlet, i have no clue on that.....

Please show some light of codes..

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