Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-02-18 12:59:18 +01:00
parent f80dbdb4de
commit 508ebfd9a1
5 changed files with 87 additions and 115 deletions

View File

@@ -358,7 +358,6 @@ rowtypes = (
checktypes = [i[0] for i in workouttypes_ordered.items()]
#colors = Category10[9]
colors = list(set(Category10[9]))+list(set(Category20[19]+Category20c[19]))
color_map = {checktypes[i]: colors[i] for i in range(len(checktypes))}
@@ -557,7 +556,7 @@ polaraccesslink_sports = {
'DUATHLON_CYCLING': 'bike',
'DUATHLON_RUNNING': 'Run',
'FIELD_HOCKEY': 'other',
'FINNISH_BASEBALL': 'other',
'FINNISH_BASEBALL': 'other',
'FITNESS_DANCING': 'other',
'FITNESS_MARTIAL_ARTS': 'other',
'FITNESS_STEP': 'Workout',
@@ -625,7 +624,7 @@ polaraccesslink_sports = {
'ROLLER_BLADING': 'InlineSkate',
'ROLLER_SKIING_CLASSIC': 'NordicSki',
'ROLLER_SKIING_FREESTYLE': 'NordicSki',
'ROWING': 'water',
'ROWING': 'water',
'RUGBY': 'other',
'RUNNING': 'Run',
'SHOW_DANCING': 'other',
@@ -664,5 +663,5 @@ polaraccesslink_sports = {
'WATERSPORTS_WINDSURFING': 'other',
'XC_SKIING_CLASSIC': 'NordicSki',
'XC_SKIING_FREESTYLE': 'NordicSki',
'YOGA': 'Yoga'
'YOGA': 'Yoga'
}