Skip to content

Commit 22224e7

Browse files
authored
MIDRC-390 update for new guppy (#1404)
* update for new guppy * udpate doc * update dep * update lock * more lock update * more lock fix * udpate doc * update dep * update lock * lint * update lock * Revert "update lock" This reverts commit 154861c. * update lock * update lock * update lock
1 parent 5c43303 commit 22224e7

File tree

5 files changed

+1520
-1680
lines changed

5 files changed

+1520
-1680
lines changed

docs/multi_tab_explorer.md

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ An example of this new `explorerConfig` is (some contents are omitted for concis
2828
"fields": [
2929
"project_id",
3030
...
31+
],
32+
"asTextAggFields": [
33+
"consortium_id",
34+
...
3135
]
3236
}
3337
]

docs/portal_config.md

+3
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ Below is an example, with inline comments describing what each JSON block config
388388
"project_id",
389389
"data_type",
390390
"data_format"
391+
],
392+
"asTextAggFields": [ // optional; GraphQL fields that would be aggregated as text fields. Only meaningful to numeric fields that HAS NOT been specified in the "charts" section before, there is no behavior differences if used on text fields
393+
"consortium_id"
391394
]
392395
}
393396
]

0 commit comments

Comments
 (0)