mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -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() {
|
||||
if ($scope.agg.type === 'cardinality') {
|
||||
return $scope.getFields();
|
||||
}
|
||||
return $scope.getFields({$fieldType: 'number'});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user