We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4fcb38 + c4a5492 commit 75e4b3cCopy full SHA for 75e4b3c
src/Products/Zuul/infos/metricserver.py
@@ -87,8 +87,6 @@ def _getGraphPoints(self, klass):
87
88
@property
89
def datapoints(self):
90
- # make sure the sequence always makes sense. This will prevent graphs from all having the same color
91
- self._object.manage_resequenceGraphPoints()
92
return self._getGraphPoints(DataPointGraphPoint)
93
94
0 commit comments