Skip to content

Commit

Permalink
Remove 'mustBeFirst' condition for node color buckets
Browse files Browse the repository at this point in the history
Signed-off-by: Eva Millán <evamillan@bitergia.com>
  • Loading branch information
evamillan authored and dlumbrer committed May 30, 2022
1 parent 079bf13 commit 6aab7b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/kbn-network-vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export function kbnNetworkVisTypeDefinition(core, context) {
group: AggGroupNames.Buckets,
name: 'colornode',
title: "Node Color",
mustBeFirst: 'true',
max: 1,
aggFilter: ['terms']
}
Expand Down

0 comments on commit 6aab7b2

Please sign in to comment.