Werk #16985: Fix interpretation of graph ranges

Component User interface
Title Fix interpretation of graph ranges
Date Jun 5, 2024
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p6 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

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).

To the list of all Werks