Private
Public Access
1
0

activity chart improvements

This commit is contained in:
Sander Roosendaal
2021-05-31 13:34:14 +02:00
parent 9c2c55f697
commit 91718d4588
2 changed files with 32 additions and 6 deletions

View File

@@ -319,7 +319,7 @@ rowtypes = (
)
checktypes = [i[0] for i in workouttypes]
checktypes = [i[0] for i in workouttypes_ordered.items()]
from bokeh.palettes import Category10,Category20, Category20c