@@ -7,6 +7,7 | |||||
7 | #include "qchart.h" |
|
7 | #include "qchart.h" | |
8 | #include "qchartaxis.h" |
|
8 | #include "qchartaxis.h" | |
9 | #include "qchartaxiscategories.h" |
|
9 | #include "qchartaxiscategories.h" | |
|
10 | #include "chartpresenter_p.h" | |||
10 | #include <QDebug> |
|
11 | #include <QDebug> | |
11 | #include <QToolTip> |
|
12 | #include <QToolTip> | |
12 |
|
13 | |||
@@ -23,6 +24,7 BarPresenterBase::BarPresenterBase(QBarSeries *series, QChart *parent) : | |||||
23 | connect(series,SIGNAL(showToolTip(QPoint,QString)),this,SLOT(showToolTip(QPoint,QString))); |
|
24 | connect(series,SIGNAL(showToolTip(QPoint,QString)),this,SLOT(showToolTip(QPoint,QString))); | |
24 | // connect(series,SIGNAL(enableSeparators(bool)),this,SLOT(enableSeparators(bool))); |
|
25 | // connect(series,SIGNAL(enableSeparators(bool)),this,SLOT(enableSeparators(bool))); | |
25 | // enableSeparators(series->separatorsVisible()); |
|
26 | // enableSeparators(series->separatorsVisible()); | |
|
27 | setZValue(ChartPresenter::BarSeriesZValue); | |||
26 | initAxisLabels(); |
|
28 | initAxisLabels(); | |
27 | dataChanged(); |
|
29 | dataChanged(); | |
28 | } |
|
30 | } |
General Comments 0
You need to be logged in to leave comments.
Login now