yourgoal

Want To Create A Interactive Chart In My Website

Recommended Posts

Hi,

 

I am new to fusion charts

 

I would like to have a chart (bar chart) in my website.

 

I would like to create a form with the following options tobe put in a page in my website which users can fill.

 

• States

 

• Cities

 

• Amount

 

• Category

 

 

 

After a user enters the information as mentioned above andafter clicking on the submit button. I want a textbox in the same page to addup the total amount entered by individual users visiting my website and showhow much amount has been entered. this should never get deleted.

 

Also, want to have a bar chart in the same page showing thefirst 4 cities, states and categories selected by visitors visiting my website.This has to be in % wise. Even this should never get deleted.

 

 

“ Idea behind this is I want to create a website where users can discuss theirstories of how and when they have paid bribe. To make my website forinteractive, I want users to fill a form with the options mentioned above.After the user enters the information, the same has to be shown in the form ofbar chart. “

 

 

 

 

 

Thanking you inadvance for helping me with the code required to create this form.

Share this post


Link to post
Share on other sites

Hi,

 

Hi,

 

I am new to fusion charts

 

I would like to have a chart (bar chart) in my website.

 

I would like to create a form with the following options tobe put in a page in my website which users can fill.

 

• States

 

• Cities

 

• Amount

 

• Category

 

 

 

After a user enters the information as mentioned above andafter clicking on the submit button. I want a textbox in the same page to addup the total amount entered by individual users visiting my website and showhow much amount has been entered. this should never get deleted.

 

Also, want to have a bar chart in the same page showing thefirst 4 cities, states and categories selected by visitors visiting my website.This has to be in % wise. Even this should never get deleted.

 

 

“ Idea behind this is I want to create a website where users can discuss theirstories of how and when they have paid bribe. To make my website forinteractive, I want users to fill a form with the options mentioned above.After the user enters the information, the same has to be shown in the form ofbar chart. “

 

 

 

 

 

Thanking you inadvance for helping me with the code required to create this form.

 

Please note that FusionCharts is purely a data visualization component that renders the charts based on the supported XML/JSON data fed to the chart. Hence, you would need to retrieve the data from data source and convert it to the supported XML/JSON data format at your end using your own coding as per your requirement and feed it to the Bar chart to display the same.

 

In your case, you would need to create the website and UI forms at your end and retrieve the data and convert it to the supported data format and pass it to the chart. The chart provided by FusionCharts would display the data.

 

Hope this clarifies your query. :)

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