@@ -80,7 +80,7 void QGroupedBarSeriesPrivate::scaleDomain(Domain& domain) | |||||
80 | int tickYCount(domain.tickYCount()); |
|
80 | int tickYCount(domain.tickYCount()); | |
81 |
|
81 | |||
82 | qreal x = q->categoryCount(); |
|
82 | qreal x = q->categoryCount(); | |
83 |
qreal y = max |
|
83 | qreal y = max(); | |
84 | minX = qMin(minX, x); |
|
84 | minX = qMin(minX, x); | |
85 | minY = qMin(minY, y); |
|
85 | minY = qMin(minY, y); | |
86 | maxX = qMax(maxX, x); |
|
86 | maxX = qMax(maxX, x); |
General Comments 0
You need to be logged in to leave comments.
Login now