@basic-genomics/hivtrace-viz 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1277,6 +1277,9 @@
1277
1277
  // 设置属性页的簇过滤
1278
1278
  user_graph.attributes_selected_cluster = selectedClusterId || null;
1279
1279
 
1280
+ // 更新属性 pill 上的数字(显示簇内唯一值数量)
1281
+ user_graph.updateAttributePillCounts(selectedClusterId || null);
1282
+
1280
1283
  // 重新触发当前选中的属性(支持分类属性和连续属性)
1281
1284
  if (user_graph.colorizer && user_graph.colorizer['category_id']) {
1282
1285
  if (user_graph.colorizer['continuous']) {