diff --git a/pyqtgraph/graphicsItems/DateAxisItem.py b/pyqtgraph/graphicsItems/DateAxisItem.py index 846abb90..3d705e9e 100644 --- a/pyqtgraph/graphicsItems/DateAxisItem.py +++ b/pyqtgraph/graphicsItems/DateAxisItem.py @@ -221,6 +221,7 @@ class DateAxisItem(AxisItem): (30, HMS_ZOOM_LEVEL), (1, MS_ZOOM_LEVEL), ]) + self.autoSIPrefix = False def tickStrings(self, values, scale, spacing): tickSpecs = self.zoomLevel.tickSpecs