default.html.erb
来自「FusionCharts 是一个免费的图形显示组件」· ERB 代码 · 共 12 行
ERB
12 行
<% @page_title="FusionCharts Free - Database and Drill-Down Example " %>
<% @page_heading="Database and Drill-Down Example" %>
<% @page_subheading="Click on any pie slice to see detailed data." %>
<%
# The xml is obtained as a string from builder template.
str_xml = render "fusioncharts/db_drilldown/default_factories_quantity",{:factory_data => @factory_data}
#Create the chart - Pie 3D Chart with data from strXML
render_chart '/FusionCharts/FCF_Pie3D.swf','', str_xml, 'FactorySum', 650, 450, false, false do-%>
<% end-%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?