mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[aggTypes/percentile] fix reference to aggConfig.fieldDisplayName()
This commit is contained in:
parent
51cc35b605
commit
ae3223262b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default function AggTypeMetricPercentileRanksProvider(Private) {
|
|||
name: 'percentile_ranks',
|
||||
title: 'Percentile Ranks',
|
||||
makeLabel: function (agg) {
|
||||
return 'Percentile ranks of ' + agg.fieldDisplayName();
|
||||
return 'Percentile ranks of ' + agg.getFieldDisplayName();
|
||||
},
|
||||
params: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue