From 021b1346a958d52420bd427801a3e79e2b59a3cd Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 31 Aug 2011 17:42:40 +1000 Subject: [PATCH] Turned off Pie chart test --- daily.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daily.cpp b/daily.cpp index c0ac27af..788022bc 100644 --- a/daily.cpp +++ b/daily.cpp @@ -75,7 +75,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw) SF=new gGraph(GraphView,"Event Flags",default_height); // GAHI=new gGraph(GraphView,"Event Breakdown",default_height); - gSegmentChart * seg=new gSegmentChart(GST_Pie); + /*gSegmentChart * seg=new gSegmentChart(GST_Pie); seg->AddSlice(CPAP_Hypopnea,QColor(0x40,0x40,0xff,0xff),"H"); seg->AddSlice(CPAP_Apnea,QColor(0x20,0x80,0x20,0xff),"A"); seg->AddSlice(CPAP_Obstructive,QColor(0x40,0xaf,0xbf,0xff),"OA"); @@ -83,7 +83,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw) seg->AddSlice(CPAP_RERA,QColor(0xff,0xff,0x80,0xff),"RE"); seg->AddSlice(CPAP_FlowLimit,QColor(0x40,0x40,0x40,0xff),"FL"); - SF->AddLayer(AddCPAP(seg),LayerRight,100); + SF->AddLayer(AddCPAP(seg),LayerRight,100); */ FRW=new gGraph(GraphView,"Flow Rate",default_height); MP=new gGraph(GraphView,"Mask Pressure",default_height);