<%= @page_title %>
<%
#You need to include the following JS file, if you intend to embed the chart using JavaScript.
#Embedding using JavaScripts avoids the "Click to Activate..." issue in Internet Explorer
#When you make your own charts, make sure that the path to this JS file is correct. Else, you would get JavaScript errors.
%>
<%= javascript_include_tag "FusionCharts" %>
<%= @page_subheading %>
<%=yield%>
Unable to see the chart above?
<%= link_to '« Back to list of examples', :controller=>'fusioncharts/index'%>