personal_plugin_generator/template_generator/app/views/admin/plugin_templates/analysis_report.html.erb

1 line
224 B
Plaintext

<%= column_chart @data, :id => params[:role_id], :height => "350px", :xtitle => "#{I18n.t("personal_plugin_template.analysis_field_name")}", :ytitle => "#{I18n.t("personal_plugin_template.extend_translate.total_number")}" %>