personal_technique/app/views/admin/techniques/analysis_report.html.erb

1 line
203 B
Plaintext

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