issues
search
aaron-schroeder
/
distilling-flask
Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3
stars
0
forks
source link
Training log dashboard: improve TSS graph look/feel
#54
Open
aaron-schroeder
opened
1 year ago
aaron-schroeder
commented
1 year ago
[ ] Make graph readable when only a few activities are added (1 - 3). Currently scales x-axis by the hour.
[ ] Keep last activity from hitting the extreme right end of the graph - more breathing room?
[ ] Consider adding a theme to the plot itself, maybe using one of the pre-built dbc ones. Or just change the figure's theme with plotly.
[ ] TSS markers should highlight on hover and be clickable
[ ] ATL and CTL traces should show exponential decay, not linear - the easy fix is to fill in a calculated value even on days without an activity.
[ ] The final ATL and CTL values are not plotted - there used to be "current ATL/CTL" values, where did they go?