From ca0991b0e34f62da79467f0a2958aea3efa3516c Mon Sep 17 00:00:00 2001 From: Lisa-Ann B <115558393+libpitt@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:46:06 -0400 Subject: [PATCH] Bump sankey 1.1.1 --- docs/data-sankey/index.html | 4 ++-- docs/data-sankey/xac-sankey.css | 2 +- docs/data-sankey/xac-sankey.js | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) 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' } }) )