⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 combination.html.erb

📁 FusionCharts 是一个免费的图形显示组件
💻 ERB
字号:
<%
# The following three variables are used in the "common" layout
%>
<% @page_title="FusionCharts Free - Array Example using Combination Column 3D Line Chart" %>
<% @page_heading="Examples" %>
<% @page_subheading="Plotting Combination chart from data contained in Array." %>
<%
		# The xml is obtained as a string from builder template.
		str_xml = render "fusioncharts/array_example/combination_data",{:arr_data => @arr_data}

          # Create the chart - MS Column 3D Line Combination Chart with data contained in str_xml
		render_chart '/FusionCharts/FCF_MSColumn3DLineDY.swf','',str_xml,'productSales', 600, 300, false, false do -%>
<% end -%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -