summaryrefslogtreecommitdiffstats
path: root/tests/barstest/chart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/barstest/chart.cpp')
-rw-r--r--tests/barstest/chart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/barstest/chart.cpp b/tests/barstest/chart.cpp
index d71f60b4..2044e990 100644
--- a/tests/barstest/chart.cpp
+++ b/tests/barstest/chart.cpp
@@ -40,7 +40,7 @@ GraphModifier::GraphModifier(Q3DBars *barchart)
m_fontSize(20),
m_segments(4),
m_subSegments(3),
- m_minval(-20.0), // TODO Barchart Y-axis currently only properly supports zero-centered ranges
+ m_minval(-15.0),
m_maxval(20.0),
m_selectedBar(-1, -1),
m_autoAdjustingAxis(new Q3DValueAxis),