mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Ride Plot Running Dynamics and Moxy (2 of 2)
.. added to the ride plot, but now need to think about customising and setting a default color for the six (!) data series.
This commit is contained in:
@@ -141,13 +141,13 @@ RideFileTableModel::setHeadings(RideFile::SeriesType series)
|
||||
headings_ << tr("Right PS");
|
||||
headingsType << RideFile::rps;
|
||||
}
|
||||
if (series == RideFile::smO2 || ride->areDataPresent()->smo2) {
|
||||
if (series == RideFile::smo2 || ride->areDataPresent()->smo2) {
|
||||
headings_ << tr("SmO2");
|
||||
headingsType << RideFile::smO2;
|
||||
headingsType << RideFile::smo2;
|
||||
}
|
||||
if (series == RideFile::tHb || ride->areDataPresent()->thb) {
|
||||
if (series == RideFile::thb || ride->areDataPresent()->thb) {
|
||||
headings_ << tr("tHb");
|
||||
headingsType << RideFile::tHb;
|
||||
headingsType << RideFile::thb;
|
||||
}
|
||||
if (series == RideFile::rcad || ride->areDataPresent()->rcad) {
|
||||
headings_ << tr("Run Cadence");
|
||||
|
||||
Reference in New Issue
Block a user