diff --git a/Graphs/gSummaryChart.cpp b/Graphs/gSummaryChart.cpp index 169797a8..db3c9422 100644 --- a/Graphs/gSummaryChart.cpp +++ b/Graphs/gSummaryChart.cpp @@ -490,28 +490,29 @@ void SummaryChart::paint(gGraph & w,int left, int top, int width, int height) // Draw Ledgend px=left+width-3; py=top-5; - QString a; + QString a,b; int x,y; for (int j=0;j0) { diff --git a/daily.cpp b/daily.cpp index 92b29d5d..93a2f618 100644 --- a/daily.cpp +++ b/daily.cpp @@ -596,13 +596,13 @@ void Daily::Load(QDate date) if (cpap && oxi) { qint64 len=qAbs(cpap->first() - oxi->first()); if (len>30000) { - GraphView->findGraph("Pulse")->setGroup(1); + GraphView->findGraph("Pulse Rate")->setGroup(1); GraphView->findGraph("SpO2")->setGroup(1); GraphView->findGraph("Plethy")->setGroup(1); mainwin->Notify("Oximetry data exists for this day, however it's timestamps are too different, so the Graphs will not be linked.",3000); } else { //mainwin->Notify("Oximetry & CPAP graphs are linked for this day",2000); - GraphView->findGraph("Pulse")->setGroup(0); + GraphView->findGraph("Pulse Rate")->setGroup(0); GraphView->findGraph("SpO2")->setGroup(0); GraphView->findGraph("Plethy")->setGroup(0); } diff --git a/docs/channels.xml b/docs/channels.xml index 8767d49f..6a78b742 100644 --- a/docs/channels.xml +++ b/docs/channels.xml @@ -74,7 +74,7 @@ One id code per item - +