<!DOCTYPE html>
<html>
<head>
  <title>box test view</title>
  <%= stylesheet_link_tag    'application' %>
  <%= javascript_include_tag 'application' %>
</head>
<body>

<h1>Test page for box</h1>

<% @json_files.each { |file| %>
<div class=<%="#{file}"%>>
    <%= boxplot "#{getjson_path file}", groupBy:'label', introText: 'This is an intro text' %>
</div>
<% } %>

</body>
</html>
