[% MACRO box_diagram_on_window_load BLOCK %] var bp = document.getElementById('boxplot_1').getContext('2d'); new Chart(bp, { type: 'boxplot', data: boxplot_data, options: { responsive: true, legend: { display: true, position: 'bottom', }, scales: { xAxes: [ { // Specific to Bar Controller categoryPercentage: 0.9, barPercentage: 0.8 } ], yAxes: [ { display: true, type: 'arrayLogarithmic', ticks: { suggestedMin: 50, suggestedMax: 100 }, }, ] }, title: { display: false, } } }); [% END %] [% MACRO box_diagram BLOCK %]
The bottom whisker is the length of the shortest regulatory feature of that type, the box begins at the end of the first quantile and ends at the end of the third quantile. The line in the box is the median. The top whisker is the maximum length of a regulatory feature of that type.
[% END %]