зеркало из https://github.com/microsoft/SandDance.git
use text instead of value
This commit is contained in:
Родитель
86f847c5be
Коммит
2236fb37ac
|
@ -43,7 +43,7 @@ function selectQuantitative(colorBinType: ColorBin, column: Column, legend: Vega
|
|||
let lowOperator: SearchExpressionOperators;
|
||||
let highValue: string;
|
||||
let highOperator: SearchExpressionOperators;
|
||||
const rowText = legend.rows[clickedIndex].value;
|
||||
const rowText = legend.rows[clickedIndex].label;
|
||||
switch (colorBinType) {
|
||||
case 'continuous':
|
||||
lowValue = rowText;
|
||||
|
|
Загрузка…
Ссылка в новой задаче