rename 'percentile' plots to 'cumulative distribution'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user