mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
Allowing "Unique Count"s of any data type (#7704)
This commit is contained in:
parent
a24ac012c4
commit
a37a2259b3
@ -162,6 +162,9 @@ function (angular, _, queryDef) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.getFieldsInternal = function() {
|
$scope.getFieldsInternal = function() {
|
||||||
|
if ($scope.agg.type === 'cardinality') {
|
||||||
|
return $scope.getFields();
|
||||||
|
}
|
||||||
return $scope.getFields({$fieldType: 'number'});
|
return $scope.getFields({$fieldType: 'number'});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user