diff --git a/src/localization/en.json b/src/localization/en.json
index ea1eb8a0..b2fdacd0 100644
--- a/src/localization/en.json
+++ b/src/localization/en.json
@@ -436,7 +436,10 @@
"edge_curvature_help": "How curved the lines are. Higher means smoother lines in dense areas.",
"community_separation": "Community separation",
"community_separation_help": "How far apart different communities are pushed. Higher means more distinct clusters.",
- "reset_defaults": "Reset to defaults"
+ "reset_defaults": "Reset to defaults",
+ "exclude_friends": "Exclude friends",
+ "exclude_friends_placeholder": "Select friends to exclude",
+ "exclude_friends_help": "Selected friends will be hidden from the graph."
}
}
},
diff --git a/src/views/Charts/components/MutualFriends.vue b/src/views/Charts/components/MutualFriends.vue
index 5d2090c0..0272b535 100644
--- a/src/views/Charts/components/MutualFriends.vue
+++ b/src/views/Charts/components/MutualFriends.vue
@@ -157,6 +157,52 @@
+
+
+ {{
+ t('view.charts.mutual_friend.settings.exclude_friends')
+ }}
+
+
+
+
+
+
+
![]()
+
+
+ {{ item.user.displayName }}
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+ {{ t('view.charts.mutual_friend.settings.exclude_friends_help') }}
+
+
+
+
+