##// END OF EJS Templates
Bugfix for percentbar series axis tick count
Michal Klocek -
r897:589a65ffd8ab
parent child
Show More
@@ -236,6 +236,7 void ChartDataSet::calculateDomain(QSeries* series,Domain* domain)
236 maxX = qMax(maxX, x);
236 maxX = qMax(maxX, x);
237 minY = 0;
237 minY = 0;
238 maxY = 100;
238 maxY = 100;
239 tickXCount = x+1;
239 setupCategories(percentBarSeries);
240 setupCategories(percentBarSeries);
240 break;
241 break;
241 }
242 }
General Comments 0
You need to be logged in to leave comments. Login now