# Description: This file contains the color mapping for the members in the channel # These are used for the trace colors in the graph # MAKE SURE YOU USE THE ACTUAL NAME OF THE CHANNEL. NOT THE CHANNEL ID OR @USERNAME 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', }