From 6aab7b2539a3c1e9682533813de93950ae83244b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eva=20Mill=C3=A1n?= Date: Thu, 26 May 2022 12:34:28 +0200 Subject: [PATCH] Remove 'mustBeFirst' condition for node color buckets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eva Millán --- public/kbn-network-vis.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/kbn-network-vis.js b/public/kbn-network-vis.js index 2a68dbd..446b62d 100755 --- a/public/kbn-network-vis.js +++ b/public/kbn-network-vis.js @@ -126,7 +126,6 @@ export function kbnNetworkVisTypeDefinition(core, context) { group: AggGroupNames.Buckets, name: 'colornode', title: "Node Color", - mustBeFirst: 'true', max: 1, aggFilter: ['terms'] }