make it possible to render any combination of plots
This commit is contained in:
@@ -780,7 +780,7 @@ Vue.component('search-bar', {
|
||||
|
||||
<div class="group" id="group-show-aggregate">
|
||||
<label for="show-aggregate">X2-Axis:</label>
|
||||
<select id="show-aggregate" v-model="searchBar.aggregate">
|
||||
<select id="show-aggregate" v-model="searchBar.aggregate" multiple>
|
||||
<option value="NONE">-</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>
|
||||
|
||||
Reference in New Issue
Block a user