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:
Mark Liversedge
2014-10-16 17:23:35 +01:00
parent 5f46059638
commit 0c93d5771d
7 changed files with 631 additions and 115 deletions

View File

@@ -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");