rename 'percentile' plots to 'cumulative distribution'

This commit is contained in:
2019-05-12 14:30:16 +02:00
parent 1f144846db
commit 2eb2a69c17
5 changed files with 21 additions and 12 deletions

View File

@@ -777,10 +777,10 @@ Vue.component('search-bar', {
<div class="group" id="group-show-aggregate">
<label for="show-aggregate">Aggregate:</label>
<label for="show-aggregate">X2-Axis:</label>
<select id="show-aggregate" v-model="searchBar.aggregate">
<option value="NONE">-</option>
<option value="PERCENTILES">percentiles</option>
<option value="CUM_DISTRIBUTION" title="cumulative distribution, see https://serialmentor.com/dataviz/ecdf-qq.html">cum. distribution</option>
<option value="PARALLEL">parallel requests</option>
</select>
</div>