##// END OF EJS Templates
Updated donut screen shots
Tero Ahola -
r1900:5bb5cf100c56
parent child
Show More
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
@@ -33,7 +33,7 void DonutBreakdownChart::addBreakdownSeries(QPieSeries *breakdownSeries, QColor
33 33 foreach (QPieSlice *slice, breakdownSeries->slices()) {
34 34 color = color.lighter(110);
35 35 slice->setBrush(color);
36 slice->setLabelFont(QFont("Arial", 7));
36 slice->setLabelFont(QFont("Arial", 8));
37 37 slice->setLabelArmLengthFactor(0.05);
38 38 }
39 39
General Comments 0
You need to be logged in to leave comments. Login now