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

<h1>Statistics from the QC Pipeline</h1>

<% @data_host_address = "http://pipeline_qc.knf.local/api/v1/" %>
<% @data_suffix = "run_stats" %>
<% @introText = "Various run statistics as box-plots, grouped by Capture Kit. Please choose the value you would like to see." %>

<% @data_source = "http://pipeline_qc.knf.local/api/v1/run_stats/" %>


<div class="dynamic_chart">
  <%= boxplot "#{@data_source}", chartWidth: 20, factorOutliers: 1.5, groupBy:"label", introText: @introText %>
</div>

</body>
</html>
