Example #1
0
 def color(self):
     return get_color(str(self.event_id))
Example #2
0
 def color(self):
     return get_color(str(self.event_id))
Example #3
0
def action_colors(data):
    for item in data:
        item['color'] = get_color(str(item['action']))
Example #4
0
def event_colors(data):
    for item in data:
        item['color'] = get_color(str(item['event_id']))
Example #5
0
def action_colors(data):
    for item in data:
        item['color'] = get_color(str(item['action']))
Example #6
0
def event_colors(data):
    for item in data:
        item['color'] = get_color(str(item['event_id']))