summaryrefslogtreecommitdiffstats
path: root/src/chartpresenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartpresenter.cpp')
-rw-r--r--src/chartpresenter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartpresenter.cpp b/src/chartpresenter.cpp
index 619f400f..e83a7fbc 100644
--- a/src/chartpresenter.cpp
+++ b/src/chartpresenter.cpp
@@ -45,7 +45,7 @@ ChartPresenter::ChartPresenter(QChart *chart, QChart::ChartType type)
m_background(0),
m_plotAreaBackground(0),
m_title(0),
- m_localizeNumbers(true)
+ m_localizeNumbers(false)
{
if (type == QChart::ChartTypeCartesian)
m_layout = new CartesianChartLayout(this);