From a8f93beffc48c955c7a0270caa3da6400b34f87a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 28 Oct 2024 15:23:27 -0700 Subject: add option for channel groupings on legend --- member_colors.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'member_colors.py') diff --git a/member_colors.py b/member_colors.py index 8bb7784..a3495b4 100644 --- a/member_colors.py +++ b/member_colors.py @@ -4,3 +4,11 @@ member_color_map = { 'Channel Name': '#D985B3', } + +# Description: Groupings to make it easier to see who is in which group. On the legend +# Key: Member name +# Value: Group name +# Note: If a member is not in the list, they will be placed in the 'Other' group +member_groups = { + 'Channel Name': 'Group Name', +} -- cgit v1.2.3