FusionCharts Free Form-Based Data Example

Please enter how many items of each category you sold within this week. We'll plot this data on a Pie chart.

To keep things simple, we're not validating for non-numeric data here. So, please enter valid numeric values only. In your real-world applications, you can put your own validators.

<% form_tag(:action=>'chart') do -%>
Soups:   bowls
Salads:   plates
Sandwiches:   pieces
Beverages:   cans
Desserts:   plates
 
<% end -%>
<%= link_to '« Back to list of examples', :controller=>'fusioncharts/index'%>