Werk #16985: Fix interpretation of graph ranges
Komponente | User interface | ||||
Titel | Fix interpretation of graph ranges | ||||
Datum | 05.06.2024 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
Checkmk versions & editions |
|
Prior to this werk, all vertical graph ranges were interpreted as minimal ranges. A minimal graph range specificies a range of values that is always covered, regardless of the displayed data. In case the latter falls outside the minimal range, the actual graph range is automatically extended accordingly.
While this interpretation is correct for graphs specified via the new new API,
it is incorrect for other graph types such as custom graphs with a fixed range or graphs specified
via the legacy API
(range
key).