Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VO2 and Ventilation graphs to WorkoutWidget and add settings #3415

Merged
merged 2 commits into from Apr 29, 2020

Commits on Apr 24, 2020

  1. Add VO2 and Ventilation graphs to WorkoutWidget and add settings

    * When running tests with VO2 measurements, it can be useful to see a
      graph of at least VO2 but also Ventilation to determine when e.g. a
      ramp test results in a plateau and can be considered done.
    
    * Make the color of some VO2 measurements configurable.
    
    * Add chart settings to WorkoutWindow, so that plots can be enabled or
      disabled. Also add the possiblity to do averaging.
    
    * Use the term Ventilation instead of Respiratory Minute Volume
    erikboto committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    09c5339 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Rework to not affect RideFile

    Move from using SeriesType from RideFile in order to allow more series
    to be added without modifying RideFile.
    erikboto committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3020a90 View commit details
    Browse the repository at this point in the history