% @page_title="FusionCharts - Linked Charts" %>
<% @page_heading="FusionCharts Database and Linked Charts" %>
<% @page_subheading="Click on any pie slice to open linked chart." %>
<%
# The xml is obtained as a string from builder template.
str_xml = render :file=>"fusioncharts/db_js_dataurl/factories_quantity_with_link",:locals=>{:factories => @factories}
render_chart '/FusionCharts/Pie3D.swf','',str_xml,'FactorySum', 500, 250, false, true do-%>
<% end -%>
Click on a pie slice above to see the linked chart appear here |