StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
691 B
691 B
Disorderly slider
By default, the sliders are ordered.
The slider can be made unordered by setting order = false
. This is very useful when you need to distinguish the effects of multiple sliders.
::: warning
When the value of order
is false
, the parameter <minRange
|maxRange
|enableCross
|fixed
> is invalid.
:::
Usage
Independent slider
::: tip
v-slot:
(Symbol #
) can only be used above vue
version 2.6.0, otherwise use slot
and slot-scope
.
See also Official Document :::
::: example order :::