mmighty / strava_club

Plotting of Strava club data
1 stars 0 forks source link

Plot header hardcoded but club is potentially not #4

Open brandonchiu opened 4 years ago

brandonchiu commented 4 years ago

210: header = html.H2(children="Seagate Longmont Strava Data")

Club ID could be a variable, pull the club data to get the club name from ID and store it for use in plot

mmighty commented 4 years ago

Title is still hardcoded but values (ID/name) are saved in dataframe for use later.