<% score_label_y = [5, 10, 15, 5, 10, 15 ] %> <% column.bars.each_with_index do |bar, index| %> data-bs-toggle="popover" data-bs-placement="right" data-bs-content="<%= column.popover_content(index) %>" <% end %> data-for-academic-year="<%= bar.academic_year.range %>" x="<%= bar.x_position %>%" y="<%= bar.y_offset %>%" width="<%= column.bar_width %>%" height="<%= bar.bar_height_percentage %>%" fill="<%= bar.color %>" /> <% if ENV["SCORES"].present? && ENV["SCORES"].upcase == "SHOW" %> <<<<<<< Updated upstream <%= bar.average %> <% end %> <% end %> <% end %> ||||||| constructed merge base <%= bar.average %> <% end %> <% end %> <% end %> ======= <%= bar.average %> <% end %> <% end %> >>>>>>> Stashed changes <% words = column.label %> <% words.each_with_index do | line, index | %> <%= line %> <% end %> <% if column.show_irrelevancy_message? %> measure not based on <%= column.basis %> <% elsif column.show_insufficient_data_message? %> <% column.insufficiency_message.each_with_index do |line, index| %> <% offset = 29 + index * 5 %> <%= line %> <% end %> <% end %>