mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
f6f2a5b41b
commit
d6501e85b1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default (row, metric) => {
|
|||
|
||||
if (metric.type === 'percentile_rank') {
|
||||
const percentileRankKey = `${metric.value}`;
|
||||
return row[metric.id] && row[metric.id].values[percentileRankKey];
|
||||
return row[metric.id] && row[metric.id].values && row[metric.id].values[percentileRankKey];
|
||||
}
|
||||
|
||||
// Derivatives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue