diff --git a/src/qchart.cpp b/src/qchart.cpp index fe196cd..92b17d9 100644 --- a/src/qchart.cpp +++ b/src/qchart.cpp @@ -24,7 +24,7 @@ QChart::QChart(QGraphicsObject* parent) : QGraphicsObject(parent), m_marginSize(0) { // TODO: the default theme? - //setTheme(QChart::ChartThemeVanilla); + setTheme(QChart::ChartThemeDefault); PlotDomain domain; m_plotDomainList<