Private
Public Access
1
0

legends done

This commit is contained in:
Sander Roosendaal
2020-05-10 21:51:12 +02:00
parent f1d90a7ce5
commit 6c4de553cb
3 changed files with 186 additions and 15 deletions

View File

@@ -270,6 +270,12 @@ rowtypes = (
checktypes = [i[0] for i in workouttypes]
from bokeh.palettes import Category10
colors = Category10[9]+Category10[9]+Category10[9]+Category10[9]
color_map = {checktypes[i]:colors[i] for i in range(len(checktypes))}
workoutsources = (
('strava','strava'),
('concept2','concept2'),