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