mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Inital V3 Branch
This commit is contained in:
@@ -40,6 +40,8 @@ QwtData *NowData::copy() const { return new NowData(); }
|
||||
|
||||
ErgFilePlot::ErgFilePlot(QList<ErgFilePoint> *data)
|
||||
{
|
||||
setInstanceName("ErgFile Plot");
|
||||
|
||||
//insertLegend(new QwtLegend(), QwtPlot::BottomLegend);
|
||||
setCanvasBackground(Qt::white);
|
||||
courseData = data; // what we plot
|
||||
|
||||
Reference in New Issue
Block a user