diff --git a/docs/data-sankey/index.html b/docs/data-sankey/index.html
index fa90d89..0cbcb66 100644
--- a/docs/data-sankey/index.html
+++ b/docs/data-sankey/index.html
@@ -21,8 +21,8 @@
-
-
+
+
SenNet Data Sankey
diff --git a/docs/data-sankey/xac-sankey.css b/docs/data-sankey/xac-sankey.css
index d411e48..3beeeb6 100644
--- a/docs/data-sankey/xac-sankey.css
+++ b/docs/data-sankey/xac-sankey.css
@@ -1,4 +1,4 @@
-@import "https://rawcdn.githack.com/x-atlas-consortia/data-sankey/1.0.16/src/lib/xac-sankey.css";
+@import "https://rawcdn.githack.com/x-atlas-consortia/data-sankey/1.1.1/src/lib/xac-sankey.css";
.c-sankey {
font-family: 'Roboto', Arial;
font-weight: 500;
diff --git a/docs/data-sankey/xac-sankey.js b/docs/data-sankey/xac-sankey.js
index b465bd1..c7f0e23 100644
--- a/docs/data-sankey/xac-sankey.js
+++ b/docs/data-sankey/xac-sankey.js
@@ -5,10 +5,15 @@ const initSankey = async () => {
useShadow: true,
isProd: true,
styleSheetPath: '/data-sankey/xac-sankey.css',
+ propertyPluralizedDisplayNames: {
+ dataset_type_hierarchy: 'modalities',
+ dataset_type_analyte_class: 'analyte classes'
+ },
validFilterMap: {
dataset_type: 'dataset_type_hierarchy',
status: null,
source_type: 'dataset_source_type',
+ analyte_class: 'dataset_type_analyte_class'
}
})
)