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