We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a96a5 commit 520ab20Copy full SHA for 520ab20
1 file changed
gui/statsdialog.cpp
100644
100755
@@ -328,7 +328,6 @@ QChartView *StatsDialog::createChart(const QString &statsFile, const QString &to
328
chart->addSeries(numberOfReports(statsFile, tool + "-portability"));
329
330
QDateTimeAxis *axisX = new QDateTimeAxis;
331
- axisX->setFormat("MMM yyyy");
332
axisX->setTitleText("Date");
333
chart->addAxis(axisX, Qt::AlignBottom);
334
0 commit comments