Sign in to follow this  
smhfcf

Can charts be interactive?

Recommended Posts

I am a project manager for a web design company.  One of my clients presented this software to me and wants to know if we can integrate into his site the way that he wants.  Can someone tell me if the functionality below is possible?  And if so, give me an overview of what code we would need to write to make it happen?

He wants us to integrate a financial calculator that a user will input their financial information into (income, debt amount, budget, etc.).  After the user has entered this information and hit Submit, the chart on that page will automatically adjust to show their financial situation.

It will be a public area of the website, so multiple visitors may be doing the calculation at the same time.

Thanks for any insight you can offer.

Steph

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi,

 

 

 

This is always possible. :D

 

 

 

You would need to code your web page/application accordingly to get the data from the form and re-generate the chart again as per the new data.

 

 

 

Please refer to the documentation of a similar but very basic implementation of this in :

 

 

 

http://www.fusioncharts.com/docs/Contents/ASP_Form.html

 

 

 

I hope this helps. :D

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