% @types.each do |type| %> <%= type %> <%= csrf_tag %> <%= t('Delete') %> Amount of tasks by execution time <%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time (s)" }, vAxis: { title: "Tasks" } } %> Average execution time <%= pie_chart @charts[type][:total] %> <% end %>