personal_other_paper/app/views/admin/other_papers/analysis_report.html.erb

1 line
207 B
Plaintext
Raw Normal View History

2022-10-24 09:02:42 +00:00
<%= column_chart @data, :id => params[:role_id], :height => "350px", :xtitle => "#{I18n.t("personal_other_paper.issue_date")}", :ytitle => "#{I18n.t("personal_other_paper.extend_translate.total_number")}" %>