mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
8f6673dd17
commit
735ce6a55c
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ const LegacyResponseHandlerProvider = function () {
|
|||
|
||||
if (splitColumn) {
|
||||
const splitAgg = splitColumn.aggConfig;
|
||||
const splitColumnFormatter = splitAgg.fieldFormatter('text');
|
||||
const splitMap = {};
|
||||
let splitIndex = 0;
|
||||
|
||||
|
@ -52,7 +53,7 @@ const LegacyResponseHandlerProvider = function () {
|
|||
const tableGroup = {
|
||||
$parent: converted,
|
||||
aggConfig: splitAgg,
|
||||
title: `${splitValue}: ${splitAgg.makeLabel()}`,
|
||||
title: `${splitColumnFormatter(splitValue)}: ${splitAgg.makeLabel()}`,
|
||||
key: splitValue,
|
||||
tables: []
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue