##// END OF EJS Templates
removed warning from chartthemes demo
sauimone -
r1675:592f4e5c298a
parent child
Show More
@@ -210,6 +210,7 QChart* ThemeWidget::createAreaChart() const
210 210
211 211 QChart* ThemeWidget::createBarChart(int valueCount) const
212 212 {
213 Q_UNUSED(valueCount);
213 214 QChart* chart = new QChart();
214 215 //TODO: chart->axisX()->setNiceNumbersEnabled(true);
215 216 //TODO: chart->axisY()->setNiceNumbersEnabled(true);
General Comments 0
You need to be logged in to leave comments. Login now