This commit is contained in:
Dan Marshall 2019-09-05 15:52:43 -07:00
Родитель 86f847c5be
Коммит 2236fb37ac
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;