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

1 line
203 B
Plaintext
Raw Normal View History

2022-10-24 09:05:06 +00:00
<%= 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")}" %>